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

Method GetNextGuid

profiling/client/src/IProfilingService.cpp:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32ProfilingGuidGenerator IProfilingService::m_GuidGenerator;
33
34ProfilingDynamicGuid IProfilingService::GetNextGuid()
35{
36 return m_GuidGenerator.NextGuid();
37}
38
39ProfilingStaticGuid IProfilingService::GetStaticId(const std::string& str)
40{

Callers 2

EnqueueWorkloadMethod · 0.80

Calls 1

NextGuidMethod · 0.45

Tested by

no test coverage detected