![]() |
Audacity 3.2.0
|
#include "Benchmark.h"#include <wx/app.h>#include <wx/log.h>#include <wx/textctrl.h>#include <wx/checkbox.h>#include <wx/choice.h>#include <wx/stattext.h>#include <wx/stopwatch.h>#include <wx/valgen.h>#include <wx/valtext.h>#include "Project.h"#include "ProjectTimeSignature.h"#include "SampleBlock.h"#include "ShuttleGui.h"#include "TempoChange.h"#include "WaveClip.h"#include "WaveTrack.h"#include "Sequence.h"#include "Prefs.h"#include "ProjectRate.h"#include "FileNames.h"#include "SelectFile.h"#include "AudacityMessageBox.h"#include "wxPanelWrapper.h"Go to the source code of this file.
Classes | |
| class | BenchmarkDialog |
| BenchmarkDialog is used for measuring performance and accuracy of sample block storage. More... | |
Macros | |
| #define | SampleType short |
| #define | SampleFormat int16Sample |
Enumerations | |
| enum | { RunID = 1000 , BSaveID , ClearID , StaticTextID , BlockSizeID , DataSizeID , NumEditsID , RandSeedID } |
Functions | |
| void | RunBenchmark (wxWindow *parent, AudacityProject &project) |
| #define SampleFormat int16Sample |
Definition at line 50 of file Benchmark.cpp.
| #define SampleType short |
Definition at line 49 of file Benchmark.cpp.
| anonymous enum |
| Enumerator | |
|---|---|
| RunID | |
| BSaveID | |
| ClearID | |
| StaticTextID | |
| BlockSizeID | |
| DataSizeID | |
| NumEditsID | |
| RandSeedID | |
Definition at line 118 of file Benchmark.cpp.
| void RunBenchmark | ( | wxWindow * | parent, |
| AudacityProject & | project | ||
| ) |
Definition at line 91 of file Benchmark.cpp.
References project.
Referenced by AudacityApp::InitPart2(), and anonymous_namespace{PluginMenus.cpp}::OnBenchmark().