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

  /external/chromium/net/disk_cache/
stats.cc 187 int64 Stats::GetCounter(Counters counter) const {
321 int64 ratio = GetCounter(hit) * 100;
325 ratio /= (GetCounter(hit) + GetCounter(miss));
stats.h 63 int64 GetCounter(Counters counter) const;
backend_impl.cc 1057 int64 last_report = stats_.GetCounter(Stats::LAST_REPORT);
1075 int64 use_time = stats_.GetCounter(Stats::TIMER);
    [all...]
  /external/v8/src/
d8.h 379 static Counter* GetCounter(const char* name, bool is_histogram);
d8.cc 683 Counter* Shell::GetCounter(const char* name, bool is_histogram) {
700 Counter* counter = GetCounter(name, false);
714 return GetCounter(name, true);
    [all...]

Completed in 246 milliseconds