MCPcopy 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

mainFunction · 0.80
ArmnnNetworkExecutorMethod · 0.80
RunMethod · 0.80
ArmnnNetworkExecutorMethod · 0.80
RunMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected