OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetBucketSize
(Results
1 - 2
of
2
) sorted by null
/external/chromium/base/metrics/
histogram.h
479
virtual double
GetBucketSize
(Count current, size_t i) const;
617
virtual double
GetBucketSize
(Count current, size_t i) const;
673
virtual double
GetBucketSize
(Count current, size_t i) const;
histogram.cc
201
double current_size =
GetBucketSize
(current, i);
496
double Histogram::
GetBucketSize
(Count current, size_t i) const {
604
double current_size =
GetBucketSize
(snapshot.counts(i), i);
849
double LinearHistogram::
GetBucketSize
(Count current, size_t i) const {
[
all
...]
Completed in 426 milliseconds