Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ stop
Method
stop
engine/dlib/src/basis/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
nothing calls this directly
Calls
2
query_counter
Function · 0.85
assert
Function · 0.50
Tested by
no test coverage detected