X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=gui%2Fretracer.h;h=bb534698661bd08adeceecaeef5ec5e51e61b6ed;hb=b34c6756b2e1abb6be20770f43f44d0b5e90f677;hp=915b97fe0252cf86d01d74ee7a02df775eba2a16;hpb=2ceeef2438ae8dadef64357e385fcbab6059cca6;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;