ArmNN
 22.05
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< arm::pipe::ILocalPacketHandlerSharedPtr > m_LocalPacketHandlers
 

Detailed Description

Definition at line 124 of file IRuntime.hpp.

Constructor & Destructor Documentation

◆ ExternalProfilingOptions()

Definition at line 126 of file IRuntime.hpp.

127  : m_EnableProfiling(false)
128  , m_TimelineEnabled(false)
131  , m_FileOnly(false)
133  , m_FileFormat("binary")
135  {}
std::string m_OutgoingCaptureFile
Path to a file in which outgoing timeline profiling messages will be stored.
Definition: IRuntime.hpp:142
std::vector< arm::pipe::ILocalPacketHandlerSharedPtr > m_LocalPacketHandlers
Definition: IRuntime.hpp:151
std::string m_IncomingCaptureFile
Path to a file in which incoming timeline profiling messages will be stored.
Definition: IRuntime.hpp:144
bool m_EnableProfiling
Indicates whether external profiling is enabled or not.
Definition: IRuntime.hpp:138
bool m_FileOnly
Enable profiling output to file only.
Definition: IRuntime.hpp:146
constexpr unsigned int LOWEST_CAPTURE_PERIOD
The lowest performance data capture interval we support is 10 miliseconds.
Definition: Types.hpp:34
uint32_t m_CapturePeriod
The duration at which captured profiling messages will be flushed.
Definition: IRuntime.hpp:148
bool m_TimelineEnabled
Indicates whether external timeline profiling is enabled or not.
Definition: IRuntime.hpp:140
std::string m_FileFormat
The format of the file used for outputting profiling data.
Definition: IRuntime.hpp:150

Member Data Documentation

◆ m_CapturePeriod

uint32_t m_CapturePeriod

The duration at which captured profiling messages will be flushed.

Definition at line 148 of file IRuntime.hpp.

Referenced by arm::pipe::ConvertExternalProfilingOptions(), ProgramOptions::ProgramOptions(), and TEST_SUITE().

◆ m_EnableProfiling

bool m_EnableProfiling

◆ m_FileFormat

std::string m_FileFormat

The format of the file used for outputting profiling data.

Definition at line 150 of file IRuntime.hpp.

Referenced by arm::pipe::ConvertExternalProfilingOptions(), and ProgramOptions::ProgramOptions().

◆ m_FileOnly

bool m_FileOnly

Enable profiling output to file only.

Definition at line 146 of file IRuntime.hpp.

Referenced by arm::pipe::ConvertExternalProfilingOptions(), 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 144 of file IRuntime.hpp.

Referenced by arm::pipe::ConvertExternalProfilingOptions(), ProgramOptions::ProgramOptions(), and TEST_SUITE().

◆ m_LocalPacketHandlers

std::vector<arm::pipe::ILocalPacketHandlerSharedPtr> m_LocalPacketHandlers

Definition at line 151 of file IRuntime.hpp.

Referenced by arm::pipe::ConvertExternalProfilingOptions(), and TEST_SUITE().

◆ m_OutgoingCaptureFile

std::string m_OutgoingCaptureFile

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

Definition at line 142 of file IRuntime.hpp.

Referenced by arm::pipe::ConvertExternalProfilingOptions(), ProgramOptions::ProgramOptions(), and TEST_SUITE().

◆ m_TimelineEnabled

bool m_TimelineEnabled

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