X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=retrace%2Fretrace.hpp;h=01d2609e8c9debaad11fb35b158e2f90c197818b;hb=6d92327e88d2bb4c03a1b84663e50497f99fc24f;hp=311cef9474deb62158b236ba0ab361dda014fe8a;hpb=addf7f90727a50040d79e6da6d59ffb031074674;p=apitrace diff --git a/retrace/retrace.hpp b/retrace/retrace.hpp index 311cef9..01d2609 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,8 +161,6 @@ extern bool dumpingState; extern bool doubleBuffer; extern bool coreProfile; -extern bool profileGPU; - extern unsigned frameNo;