Searched defs:Profiler (Results 1 – 6 of 6) sorted by relevance
44 struct Profiler struct51 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;[all …]
24 Profiler::Profiler() in Profiler() function in sw::Profiler
65 class Profiler: class
56 var Profiler = {}; variable
163 GCOVProfiler Profiler; member in __anon821923f40111::GCOVProfilerLegacyPass581 GCOVProfiler Profiler(GCOVOpts); in run() local
195 #### Profiler subsubsection