]> git.cworth.org Git - apitrace/blobdiff - retrace/retrace.hpp
Improved profiling capabilities.
[apitrace] / retrace / retrace.hpp
index 311cef9474deb62158b236ba0ab361dda014fe8a..01d2609e8c9debaad11fb35b158e2f90c197818b 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,8 +161,6 @@ extern bool dumpingState;
 extern bool doubleBuffer;
 extern bool coreProfile;
 
-extern bool profileGPU;
-
 extern unsigned frameNo;