Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/armnn
/ ProfilingStart
Method
ProfilingStart
samples/common/include/Utils/Profiling.hpp:48–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
*/
47
48
void ProfilingStart()
49
{
50
if (mProfilingEnabled)
51
{
52
mStart = steady_clock::now();
53
}
54
}
55
56
/**
57
* @brief Stops the profiling measurement, without printing the results.
Callers
6
ArmnnDelegateNetworkExecutorTest.cpp
File · 0.80
main
Function · 0.80
ArmnnNetworkExecutor
Method · 0.80
Run
Method · 0.80
ArmnnNetworkExecutor
Method · 0.80
Run
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected