Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastFlowLM/FastFlowLM
/ reset
Method
reset
src/include/utils/profiler.hpp:43–47 ·
view source on GitHub ↗
\brief reset the profiler
Source
from the content-addressed store, hash-verified
41
42
/// \brief reset the profiler
43
void reset(){
44
this->start_time = time_utils::now();
45
this->counter = 0;
46
this->total_time = {0,
"us"
};
47
}
48
49
/// \brief get the total time
50
/// \return the total time
Callers
5
~bytes
Method · 0.45
bytes
Class · 0.45
resize
Method · 0.45
free
Method · 0.45
_setup_kernel
Method · 0.45
Calls
1
now
Function · 0.85
Tested by
no test coverage detected