MCPcopy Create free account
hub / github.com/KhronosGroup/KTX-Software / init

Method init

external/basisu/encoder/basisu_enc.cpp:294–302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

292 }
293
294 void interval_timer::init()
295 {
296 if (!g_timer_freq)
297 {
298 query_counter_frequency(&g_freq);
299 g_timer_freq = 1.0f / g_freq;
300 query_counter(&g_init_ticks);
301 }
302 }
303
304 timer_ticks interval_timer::get_ticks()
305 {

Callers 3

load_jpgFunction · 0.45
emit_huffman_tableMethod · 0.45
huffman_testFunction · 0.45

Calls 15

query_counter_frequencyFunction · 0.85
query_counterFunction · 0.85
assertFunction · 0.85
clearFunction · 0.85
clear_objFunction · 0.70
maximumFunction · 0.70
initFunction · 0.50
resizeMethod · 0.45
reserveMethod · 0.45

Tested by

no test coverage detected