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

Method stop

external/basisu/encoder/basisu_enc.cpp:273–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

271 }
272
273 void interval_timer::stop()
274 {
275 assert(m_started);
276 query_counter(&m_stop_time);
277 m_stopped = true;
278 }
279
280 double interval_timer::get_elapsed_secs() const
281 {

Callers 4

compress_modeFunction · 0.45
gFunction · 0.45
VoFunction · 0.45
three.min.jsFile · 0.45

Calls 2

assertFunction · 0.85
query_counterFunction · 0.85

Tested by

no test coverage detected