ArmNN
 21.11
IRuntime::CreationOptions::ExternalProfilingOptions Struct Reference

#include <IRuntime.hpp>

Public Member Functions

 ExternalProfilingOptions ()
 

Public Attributes

bool m_EnableProfiling
 Indicates whether external profiling is enabled or not. More...
 
bool m_TimelineEnabled
 Indicates whether external timeline profiling is enabled or not. More...
 
std::string m_OutgoingCaptureFile
 Path to a file in which outgoing timeline profiling messages will be stored. More...
 
std::string m_IncomingCaptureFile
 Path to a file in which incoming timeline profiling messages will be stored. More...
 
bool m_FileOnly
 Enable profiling output to file only. More...
 
uint32_t m_CapturePeriod
 The duration at which captured profiling messages will be flushed. More...
 
std::string m_FileFormat
 The format of the file used for outputting profiling data. More...
 
std::vector< armnn::profiling::ILocalPacketHandlerSharedPtrm_LocalPacketHandlers
 

Detailed Description

Definition at line 155 of file IRuntime.hpp.

Constructor & Destructor Documentation

◆ ExternalProfilingOptions()

Definition at line 157 of file IRuntime.hpp.

158  : m_EnableProfiling(false)
159  , m_TimelineEnabled(false)
162  , m_FileOnly(false)
164  , m_FileFormat("binary")
166  {}
std::string m_OutgoingCaptureFile
Path to a file in which outgoing timeline profiling messages will be stored.
Definition: IRuntime.hpp:173
std::string m_IncomingCaptureFile
Path to a file in which incoming timeline profiling messages will be stored.
Definition: IRuntime.hpp:175
bool m_EnableProfiling
Indicates whether external profiling is enabled or not.
Definition: IRuntime.hpp:169
bool m_FileOnly
Enable profiling output to file only.
Definition: IRuntime.hpp:177
std::vector< armnn::profiling::ILocalPacketHandlerSharedPtr > m_LocalPacketHandlers
Definition: IRuntime.hpp:182
constexpr unsigned int LOWEST_CAPTURE_PERIOD
The lowest performance data capture interval we support is 10 miliseconds.
Definition: Types.hpp:21
uint32_t m_CapturePeriod
The duration at which captured profiling messages will be flushed.
Definition: IRuntime.hpp:179
bool m_TimelineEnabled
Indicates whether external timeline profiling is enabled or not.
Definition: IRuntime.hpp:171
std::string m_FileFormat
The format of the file used for outputting profiling data.
Definition: IRuntime.hpp:181

Member Data Documentation

◆ m_CapturePeriod

uint32_t m_CapturePeriod

The duration at which captured profiling messages will be flushed.

Definition at line 179 of file IRuntime.hpp.

Referenced by ProgramOptions::ProgramOptions(), and TEST_SUITE().

◆ m_EnableProfiling

◆ m_FileFormat

std::string m_FileFormat

The format of the file used for outputting profiling data.

Definition at line 181 of file IRuntime.hpp.

Referenced by ProfilingConnectionFactory::GetProfilingConnection(), and ProgramOptions::ProgramOptions().

◆ m_FileOnly

bool m_FileOnly

Enable profiling output to file only.

Definition at line 177 of file IRuntime.hpp.

Referenced by ProfilingConnectionFactory::GetProfilingConnection(), ProgramOptions::ProgramOptions(), and TEST_SUITE().

◆ m_IncomingCaptureFile

std::string m_IncomingCaptureFile

Path to a file in which incoming timeline profiling messages will be stored.

Definition at line 175 of file IRuntime.hpp.

Referenced by ProfilingConnectionFactory::GetProfilingConnection(), ProgramOptions::ProgramOptions(), ProfilingConnectionDumpToFileDecorator::ReadPacket(), and TEST_SUITE().

◆ m_LocalPacketHandlers

◆ m_OutgoingCaptureFile

std::string m_OutgoingCaptureFile

◆ m_TimelineEnabled

bool m_TimelineEnabled

The documentation for this struct was generated from the following file: