Lines Matching defs:Profiler
46 struct Profiler struct
53 int framesSec;
54 int framesTotal;
55 double FPS;
58 double cycles[PERF_TIMERS];
60 int64_t ropOperations;
61 int64_t ropOperationsTotal;
62 int64_t ropOperationsFrame;
64 int64_t texOperations;
65 int64_t texOperationsTotal;
66 int64_t texOperationsFrame;
68 int64_t compressedTex;
69 int64_t compressedTexTotal;
70 int64_t compressedTexFrame;