Lines Matching defs:Profiler
44 struct Profiler struct
51 int framesSec;
52 int framesTotal;
53 double FPS;
56 double cycles[PERF_TIMERS];
58 int64_t ropOperations;
59 int64_t ropOperationsTotal;
60 int64_t ropOperationsFrame;
62 int64_t texOperations;
63 int64_t texOperationsTotal;
64 int64_t texOperationsFrame;
66 int64_t compressedTex;
67 int64_t compressedTexTotal;
68 int64_t compressedTexFrame;