20 ProfilingOptions convertedOptions;
25 convertedOptions.m_FileOnly = options.
m_FileOnly;
29 std::back_inserter(convertedOptions.m_LocalPacketHandlers));
30 return convertedOptions;
ProfilingOptions ConvertExternalProfilingOptions(const armnn::IRuntime::CreationOptions::ExternalProfilingOptions &options)
uint32_t m_CapturePeriod
The duration at which captured profiling messages will be flushed.
bool m_EnableProfiling
Indicates whether external profiling is enabled or not.
std::string m_IncomingCaptureFile
Path to a file in which incoming timeline profiling messages will be stored.
bool m_TimelineEnabled
Indicates whether external timeline profiling is enabled or not.
std::string m_OutgoingCaptureFile
Path to a file in which outgoing timeline profiling messages will be stored.
std::vector< arm::pipe::ILocalPacketHandlerSharedPtr > m_LocalPacketHandlers
bool m_FileOnly
Enable profiling output to file only.
std::string m_FileFormat
The format of the file used for outputting profiling data.