summaryrefslogtreecommitdiffstats
path: root/src/core/services/qsysteminformationservice_p_p.h
diff options
context:
space:
mode:
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;