ArmNN
 20.02
IRuntime::CreationOptions::ExternalProfilingOptions Struct Reference

#include <IRuntime.hpp>

Public Member Functions

 ExternalProfilingOptions ()
 

Public Attributes

bool m_EnableProfiling
 
std::string m_OutgoingCaptureFile
 
std::string m_IncomingCaptureFile
 
bool m_FileOnly
 
uint32_t m_CapturePeriod
 

Detailed Description

Definition at line 60 of file IRuntime.hpp.

Constructor & Destructor Documentation

◆ ExternalProfilingOptions()

Definition at line 62 of file IRuntime.hpp.

Member Data Documentation

◆ m_CapturePeriod

uint32_t m_CapturePeriod

Definition at line 74 of file IRuntime.hpp.

Referenced by main().

◆ m_EnableProfiling

◆ m_FileOnly

bool m_FileOnly

Definition at line 73 of file IRuntime.hpp.

Referenced by main().

◆ m_IncomingCaptureFile

std::string m_IncomingCaptureFile

Definition at line 72 of file IRuntime.hpp.

Referenced by main().

◆ m_OutgoingCaptureFile

std::string m_OutgoingCaptureFile

Definition at line 71 of file IRuntime.hpp.

Referenced by main().


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