|
26.01
|
#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::ILocalPacketHandlerSharedPtr > | m_LocalPacketHandlers |
Definition at line 117 of file IRuntime.hpp.
|
inline |
Definition at line 119 of file IRuntime.hpp.
| 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().
| 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().
| 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().
| bool m_FileOnly |
Enable profiling output to file only.
Definition at line 139 of file IRuntime.hpp.
Referenced by arm::pipe::ConvertExternalProfilingOptions().
| 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().
| std::vector<arm::pipe::ILocalPacketHandlerSharedPtr> m_LocalPacketHandlers |
Definition at line 144 of file IRuntime.hpp.
Referenced by arm::pipe::ConvertExternalProfilingOptions().
| 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().
| 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().