summaryrefslogtreecommitdiffstats
path: root/app/perfunwind.h
diff options
context:
space:
mode:
Diffstat (limited to 'app/perfunwind.h')
-rw-r--r--app/perfunwind.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/app/perfunwind.h b/app/perfunwind.h
index 57ca7f0..b4959f4 100644
--- a/app/perfunwind.h
+++ b/app/perfunwind.h
@@ -209,7 +209,11 @@ public:
QString debugPath() const { return m_debugPath; }
Stats stats() const { return m_stats; }
- void flushEventBuffer() { flushEventBuffer(0); }
+ void finalize()
+ {
+ finishedRound();
+ flushEventBuffer(0);
+ }
private: