Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ashaduri/gsmartcontrol
/ get_execution_time_sec
Method
get_execution_time_sec
src/applib/async_command_executor.cpp:544–548 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
542
543
544
double AsyncCommandExecutor::get_execution_time_sec()
545
{
546
gulong microsec = 0;
547
return g_timer_elapsed(timer_, µsec);
548
}
549
550
551
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected