X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=common%2Ftrace_profiler.hpp;h=c36fd77f6e0bf491dbd880f148343405faed3197;hb=91aed5200759b4fb7e150e52e75da1cdbc3a1b3d;hp=da60d72e532d210ada7a75bbf318a6aa8bebcf6a;hpb=6d92327e88d2bb4c03a1b84663e50497f99fc24f;p=apitrace diff --git a/common/trace_profiler.hpp b/common/trace_profiler.hpp index da60d72..c36fd77 100644 --- a/common/trace_profiler.hpp +++ b/common/trace_profiler.hpp @@ -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; }; }