|
tracktion-engine 3.0-10-g034fdde4aa5
Tracktion Engine — High level data model for audio applications
« « « Anklang Documentation |
A macOS specific class to start/stop a signpost for use in Instruments. More...
#include "tracktion_PerformanceMeasurement.h"
Public Member Functions | |
| ScopedSignpost (uint32_t signpostIndex) | |
| Starts a signpost with a given index. | |
| ~ScopedSignpost () | |
| Stops the signpost previously started. | |
A macOS specific class to start/stop a signpost for use in Instruments.
Definition at line 29 of file tracktion_PerformanceMeasurement.h.
| tracktion::graph::ScopedSignpost::ScopedSignpost | ( | uint32_t | signpostIndex | ) |
Starts a signpost with a given index.
Definition at line 32 of file tracktion_PerformanceMeasurement.h.
| tracktion::graph::ScopedSignpost::~ScopedSignpost | ( | ) |
Stops the signpost previously started.
Definition at line 45 of file tracktion_PerformanceMeasurement.h.