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 253 int64 Stats::GetCounter(Counters counter) const {
282 int64 ratio = GetCounter(hit) * 100;
286 ratio /= (GetCounter(hit) + GetCounter(miss));
stats.h 61 int64 GetCounter(Counters counter) const;
backend_impl.cc 869 int64 last_report = stats_.GetCounter(Stats::LAST_REPORT);
885 int64 use_hours = stats_.GetCounter(Stats::TIMER) / 120;
939 int64 time = stats_.GetCounter(Stats::TIMER);
940 int64 current = stats_.GetCounter(Stats::OPEN_ENTRIES);
1120 int64 errors = stats_.GetCounter(Stats::FATAL_ERROR);
    [all...]
  /external/v8/src/
d8.h 197 static Counter* GetCounter(const char* name, bool is_histogram);
d8.cc 362 Counter* Shell::GetCounter(const char* name, bool is_histogram) {
379 Counter* counter = GetCounter(name, false);
393 return GetCounter(name, true);

Completed in 351 milliseconds