X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=retrace%2Fretrace.hpp;h=56cebc6195135dfcd7f7e0bf51158f1bf0ede755;hb=65788a69cd34e015823ca6532852b4168e291c75;hp=311cef9474deb62158b236ba0ab361dda014fe8a;hpb=addf7f90727a50040d79e6da6d59ffb031074674;p=apitrace diff --git a/retrace/retrace.hpp b/retrace/retrace.hpp index 311cef9..56cebc6 100644 --- a/retrace/retrace.hpp +++ b/retrace/retrace.hpp @@ -148,6 +148,9 @@ extern bool debug; * Add profiling data to the dump when retracing. */ extern bool profiling; +extern bool profilingCpuTimes; +extern bool profilingGpuTimes; +extern bool profilingPixelsDrawn; /** * State dumping. @@ -158,9 +161,8 @@ extern bool dumpingState; extern bool doubleBuffer; extern bool coreProfile; -extern bool profileGPU; - extern unsigned frameNo; +extern unsigned callNo; std::ostream &warning(trace::Call &call);