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
68 class Profiler; variable340 friend class Profiler; variable
881 class Profiler : public base::Thread { class981 Profiler::Profiler(Isolate* isolate) in Profiler() function in v8::internal::Profiler
56 var Profiler = {}; variable
163 GCOVProfiler Profiler; member in __anonfcf2bc740111::GCOVProfilerLegacyPass581 GCOVProfiler Profiler(GCOVOpts); in run() local