]> git.cworth.org Git - apitrace/blobdiff - retrace/retrace.hpp
retrace: More useful warnings for object mismatches.
[apitrace] / retrace / retrace.hpp
index 311cef9474deb62158b236ba0ab361dda014fe8a..56cebc6195135dfcd7f7e0bf51158f1bf0ede755 100644 (file)
@@ -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);