X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=gui%2Fretracer.h;h=bb534698661bd08adeceecaeef5ec5e51e61b6ed;hb=e4f7b243df9bb17abd4a20076bf74387bb1ac601;hp=915b97fe0252cf86d01d74ee7a02df775eba2a16;hpb=7257dfcc57b3a1af576a8a2ca69992ae8d77dea4;p=apitrace diff --git a/gui/retracer.h b/gui/retracer.h index 915b97f..bb53469 100644 --- a/gui/retracer.h +++ b/gui/retracer.h @@ -31,6 +31,9 @@ public: bool isDoubleBuffered() const; void setDoubleBuffered(bool db); + bool isSinglethread() const; + void setSinglethread(bool singlethread); + bool isProfilingGpu() const; bool isProfilingCpu() const; bool isProfilingPixels() const; @@ -63,6 +66,7 @@ private: trace::API m_api; bool m_benchmarking; bool m_doubleBuffered; + bool m_singlethread; bool m_captureState; bool m_captureThumbnails; qlonglong m_captureCall;