MCPcopy Create free account
hub / github.com/ARM-software/armnn / EnableProfiling

Method EnableProfiling

src/armnn/Profiling.cpp:195–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193}
194
195void ProfilerImpl::EnableProfiling(bool enableProfiling)
196{
197 m_ProfilingEnabled = enableProfiling;
198}
199
200void ProfilerImpl::EnableNetworkDetailsToStdOut(ProfilingDetailsMethod details)
201{

Calls

no outgoing calls