Searched defs:Profiler (Results 1 – 4 of 4) 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
56 var Profiler = {}; variable
163 GCOVProfiler Profiler; member in __anon224a4f130111::GCOVProfilerLegacyPass581 GCOVProfiler Profiler(GCOVOpts); in run() local