summaryrefslogtreecommitdiffstats
path: root/src/core/services/qsysteminformationservice_p_p.h
diff options
context:
space:
mode:
authorMike Krus <mike.krus@kdab.com>2019-12-09 20:18:52 +0000
committerMike Krus <mike.krus@kdab.com>2019-12-18 12:58:32 +0000
commit879a3e0f2a2b91c0f837d17de1a8521fb225d549 (patch)
treed553ddd869bbf72d9755851275fedc3bec38d6db /src/core/services/qsysteminformationservice_p_p.h
parente67bebdaee11223f497e4ebd28bebe0cda2d3dbd (diff)
Make GL profiling a runtime option
Change-Id: I6cf9007132aa9867fd7046e7e641d849ee141e28 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'src/core/services/qsysteminformationservice_p_p.h')
-rw-r--r--src/core/services/qsysteminformationservice_p_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/services/qsysteminformationservice_p_p.h b/src/core/services/qsysteminformationservice_p_p.h
index 222f4e1af..062a693d5 100644
--- a/src/core/services/qsysteminformationservice_p_p.h
+++ b/src/core/services/qsysteminformationservice_p_p.h
@@ -104,9 +104,11 @@ public:
void addSubmissionLogStatsEntry(JobRunStats &stats);
void writeFrameJobLogStats();
+ void updateTracing();
QAspectEngine *m_aspectEngine;
bool m_traceEnabled;
+ bool m_graphicsTraceEnabled;
QElapsedTimer m_jobsStatTimer;
QThreadStorage<QVector<JobRunStats> *> m_jobStatsCached;