1#ifndef BENCHMARK_DATABASE_MANAGER_H
2#define BENCHMARK_DATABASE_MANAGER_H
14 void cleanupTestCase();
15 void benchmarkSetupDatabase();
16 void benchmarkInsertAudioFile();
17 void benchmarkGetAudioFiles();
18 void benchmarkClearAudioFiles();
19 void benchmarkCreateTestSession();
20 void benchmarkUpdateTestSessionEndTime();
21 void benchmarkGetSessionsWithDuration();
22 void benchmarkInsertTrial();
23 void benchmarkGetTrialsForSession();
24 void benchmarkGetAverageTrialsPerSession();
25 void benchmarkGetAverageResponseTimePerTrial();
26 void benchmarkGetAverageDurationPerSession();
27 void benchmarkGetAverageSuccessPerSession();
Definition: BenchmarkDatabaseManager.h:9
The DatabaseManager class manages the database operations for the audio testing application.
Definition: DatabaseManager.h:50