OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetCounter
(Results
1 - 2
of
2
) 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));
/external/v8/src/
d8.cc
366
Counter* Shell::
GetCounter
(const char* name, bool is_histogram) {
383
Counter* counter =
GetCounter
(name, false);
397
return
GetCounter
(name, true);
Completed in 176 milliseconds