MCPcopy Create free account
hub / github.com/defold/defold / init

Method init

engine/dlib/src/basis/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

nothing calls this directly

Calls 15

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

Tested by

no test coverage detected