]> git.cworth.org Git - apitrace/blobdiff - common/trace_profiler.hpp
Cleaned up trace profiler output.
[apitrace] / common / trace_profiler.hpp
index da60d72e532d210ada7a75bbf318a6aa8bebcf6a..c36fd77f6e0bf491dbd880f148343405faed3197 100644 (file)
@@ -50,7 +50,6 @@ public:
                  uint64_t cpuStart, uint64_t cpuDuration);
 
 private:
-    unsigned lastProgram;
     uint64_t baseGpuTime;
     uint64_t baseCpuTime;
 
@@ -61,9 +60,7 @@ private:
     struct {
         unsigned no;
         uint64_t gpuStart;
-        uint64_t gpuEnd;
         uint64_t cpuStart;
-        uint64_t cpuEnd;
     } lastFrame;
 };
 }