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

Method start

engine/dlib/src/basis/encoder/basisu_enc.cpp:266–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264 }
265
266 void interval_timer::start()
267 {
268 query_counter(&m_start_time);
269 m_started = true;
270 m_stopped = false;
271 }
272
273 void interval_timer::stop()
274 {

Calls 1

query_counterFunction · 0.85

Tested by 1

mainFunction · 0.36