HomeSort by relevance Sort by last modified time
    Searched refs:AddCounter (Results 1 - 2 of 2) sorted by null

  /system/extras/simpleperf/
record_lib_interface.cpp 119 void AddCounter(Counter& a, const Counter& b);
197 void PerfEventSetForCounting::AddCounter(Counter& a, const Counter& b) {
236 AddCounter(accumulated_counters_[i], cur[i]);
252 AddCounter((*counters)[i], accumulated_counters_[i]);
  /external/v8/src/extensions/
statistics-extension.cc 25 static void AddCounter(v8::Isolate* isolate,
110 AddCounter(args.GetIsolate(), result, counter_list[i].counter,

Completed in 889 milliseconds