|
tracktion-engine 3.0-10-g034fdde4aa5
Tracktion Engine — High level data model for audio applications
« « « Anklang Documentation |
Helper class for measuring a benchmark and adding it to the singleton BenchmarkList list. More...
#include "tracktion_Benchmark.h"
Public Member Functions | |
| ScopedBenchmark (BenchmarkDescription desc) | |
| Constructs and starts a Benchmark. | |
| ~ScopedBenchmark () | |
| Stops the Benchmark and adds the result to the BenchmarkList. | |
Helper class for measuring a benchmark and adding it to the singleton BenchmarkList list.
Definition at line 160 of file tracktion_Benchmark.h.
| tracktion::engine::ScopedBenchmark::ScopedBenchmark | ( | BenchmarkDescription | desc | ) |
Constructs and starts a Benchmark.
Definition at line 163 of file tracktion_Benchmark.h.
| tracktion::engine::ScopedBenchmark::~ScopedBenchmark | ( | ) |
Stops the Benchmark and adds the result to the BenchmarkList.
Definition at line 170 of file tracktion_Benchmark.h.