Inherits AZ::Component, and AZ::Debug::ProfilerRequests.
|
static void | Reflect (AZ::ReflectContext *context) |
|
static void | GetProvidedServices (AZ::ComponentDescriptor::DependencyArrayType &provided) |
|
static void | GetIncompatibleServices (AZ::ComponentDescriptor::DependencyArrayType &incompatible) |
|
static void | GetRequiredServices (AZ::ComponentDescriptor::DependencyArrayType &required) |
|
static void | GetDependentServices (AZ::ComponentDescriptor::DependencyArrayType &dependent) |
|
|
void | Activate () override |
|
void | Deactivate () override |
|
bool | IsActive () const override |
|
void | SetActive (bool active) override |
|
bool | CaptureFrame (const AZStd::string &outputFilePath) override |
|
bool | StartCapture (AZStd::string outputFilePath) override |
|
bool | EndCapture () override |
|
bool | IsCaptureInProgress () const override |
|
|
AZStd::thread | m_cpuDataSerializationThread |
|
AZStd::atomic_bool | m_cpuDataSerializationInProgress { false } |
|
AZStd::atomic_bool | m_cpuCaptureInProgress { false } |
|
CpuProfiler | m_cpuProfiler |
|
AZStd::string | m_captureFile |
|
The documentation for this class was generated from the following file:
- Gems/Profiler/Code/Source/ProfilerSystemComponent.h