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

Method SetInternalProfilingParams

delegate/common/src/DelegateOptions.cpp:501–506  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

499}
500
501void DelegateOptions::SetInternalProfilingParams(bool internalProfilingState,
502 const armnn::ProfilingDetailsMethod& internalProfilingDetail)
503{
504 p_DelegateOptionsImpl->m_InternalProfilingEnabled = internalProfilingState;
505 p_DelegateOptionsImpl->m_InternalProfilingDetail = internalProfilingDetail;
506}
507
508bool DelegateOptions::GetInternalProfilingState() const
509{

Callers 1

ToDelegateOptionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected