aboutsummaryrefslogtreecommitdiffstats
path: root/src/resultrecorder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resultrecorder.h')
-rw-r--r--src/resultrecorder.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/resultrecorder.h b/src/resultrecorder.h
index 0007ee9..77264c8 100644
--- a/src/resultrecorder.h
+++ b/src/resultrecorder.h
@@ -39,6 +39,7 @@ class ResultRecorder
public:
static void startResults(const QString &id);
static void recordWindowSize(const QSize &windowSize);
+ static void recordScreenRefreshRate(const qreal refreshRate);
static void recordOperationsPerFrame(int ops);
static void recordOperationsPerFrameAverage(qreal ops, int samples, qreal stddev, qreal median);
static void mergeResults(const QJsonObject &o);