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

Method SetGpuProfilingState

delegate/common/src/DelegateOptions.cpp:446–449  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

444}
445
446void DelegateOptions::SetGpuProfilingState(bool gpuProfilingState)
447{
448 p_DelegateOptionsImpl->m_RuntimeOptions.m_EnableGpuProfiling = gpuProfilingState;
449}
450
451bool DelegateOptions::GetGpuProfilingState()
452{

Callers 1

ToDelegateOptionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected