Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_mode
Function · 0.45
g
Function · 0.45
Vo
Function · 0.45
three.min.js
File · 0.45
Calls
2
assert
Function · 0.85
query_counter
Function · 0.85
Tested by
no test coverage detected