ArmNN
 26.01
Loading...
Searching...
No Matches
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.
 
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::string m_IncomingCaptureFile
 Path to a file in which incoming timeline profiling messages will be stored.
 
bool m_FileOnly
 Enable profiling output to file only.
 
uint32_t m_CapturePeriod
 The duration at which captured profiling messages will be flushed.
 
std::string m_FileFormat
 The format of the file used for outputting profiling data.
 
std::vector< arm::pipe::ILocalPacketHandlerSharedPtrm_LocalPacketHandlers
 

Detailed Description

Definition at line 117 of file IRuntime.hpp.

Constructor & Destructor Documentation

◆ ExternalProfilingOptions()

Definition at line 119 of file IRuntime.hpp.

120 : m_EnableProfiling(false)
121 , m_TimelineEnabled(false)
124 , m_FileOnly(false)
126 , m_FileFormat("binary")
128 {}
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:141
bool m_EnableProfiling
Indicates whether external profiling is enabled or not.
Definition IRuntime.hpp:131
std::string m_IncomingCaptureFile
Path to a file in which incoming timeline profiling messages will be stored.
Definition IRuntime.hpp:137
bool m_TimelineEnabled
Indicates whether external timeline profiling is enabled or not.
Definition IRuntime.hpp:133
std::string m_OutgoingCaptureFile
Path to a file in which outgoing timeline profiling messages will be stored.
Definition IRuntime.hpp:135
std::vector< arm::pipe::ILocalPacketHandlerSharedPtr > m_LocalPacketHandlers
Definition IRuntime.hpp:144
bool m_FileOnly
Enable profiling output to file only.
Definition IRuntime.hpp:139
std::string m_FileFormat
The format of the file used for outputting profiling data.
Definition IRuntime.hpp:143

Member Data Documentation

◆ m_CapturePeriod

uint32_t m_CapturePeriod

The duration at which captured profiling messages will be flushed.

Definition at line 141 of file IRuntime.hpp.

Referenced by arm::pipe::ConvertExternalProfilingOptions().

◆ m_EnableProfiling

bool m_EnableProfiling

Indicates whether external profiling is enabled or not.

Definition at line 131 of file IRuntime.hpp.

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

◆ m_FileFormat

std::string m_FileFormat

The format of the file used for outputting profiling data.

Definition at line 143 of file IRuntime.hpp.

Referenced by arm::pipe::ConvertExternalProfilingOptions().

◆ m_FileOnly

bool m_FileOnly

Enable profiling output to file only.

Definition at line 139 of file IRuntime.hpp.

Referenced by arm::pipe::ConvertExternalProfilingOptions().

◆ m_IncomingCaptureFile

std::string m_IncomingCaptureFile

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

Definition at line 137 of file IRuntime.hpp.

Referenced by arm::pipe::ConvertExternalProfilingOptions().

◆ m_LocalPacketHandlers

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

Definition at line 144 of file IRuntime.hpp.

Referenced by arm::pipe::ConvertExternalProfilingOptions().

◆ m_OutgoingCaptureFile

std::string m_OutgoingCaptureFile

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

Definition at line 135 of file IRuntime.hpp.

Referenced by arm::pipe::ConvertExternalProfilingOptions().

◆ m_TimelineEnabled

bool m_TimelineEnabled

Indicates whether external timeline profiling is enabled or not.

Definition at line 133 of file IRuntime.hpp.

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


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