|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Classes | |
| struct | SampleInfo |
Enumerations | |
| enum | { kMinRunTimeInSeconds = 10 } |
| enum | { kMinRunTimeInSeconds = 10 } |
Functions | |
| Histogram * | HistogramFactoryGetCounts (const std::string &name, int min, int max, int bucket_count) |
| Histogram * | HistogramFactoryGetCountsLinear (const std::string &name, int min, int max, int bucket_count) |
| Histogram * | HistogramFactoryGetEnumeration (const std::string &name, int boundary) |
| const std::string & | GetHistogramName (Histogram *histogram_pointer) |
| void | HistogramAdd (Histogram *histogram_pointer, int sample) |
| void | Enable () |
| void | GetAndReset (std::map< std::string, std::unique_ptr< SampleInfo >> *histograms) |
| void | Reset () |
| int | NumEvents (const std::string &name, int sample) |
| int | NumSamples (const std::string &name) |
| int | MinSample (const std::string &name) |
| anonymous enum |
| anonymous enum |
| void webrtc::metrics::Enable | ( | ) |
| void webrtc::metrics::GetAndReset | ( | std::map< std::string, std::unique_ptr< SampleInfo >> * | histograms | ) |
| const std::string & webrtc::metrics::GetHistogramName | ( | Histogram * | histogram_pointer | ) |
| void webrtc::metrics::HistogramAdd | ( | Histogram * | histogram_pointer, |
| int | sample | ||
| ) |
| Histogram * webrtc::metrics::HistogramFactoryGetCounts | ( | const std::string & | name, |
| int | min, | ||
| int | max, | ||
| int | bucket_count | ||
| ) |
| Histogram * webrtc::metrics::HistogramFactoryGetCountsLinear | ( | const std::string & | name, |
| int | min, | ||
| int | max, | ||
| int | bucket_count | ||
| ) |
| Histogram * webrtc::metrics::HistogramFactoryGetEnumeration | ( | const std::string & | name, |
| int | boundary | ||
| ) |
| int webrtc::metrics::MinSample | ( | const std::string & | name | ) |
| int webrtc::metrics::NumEvents | ( | const std::string & | name, |
| int | sample | ||
| ) |
| int webrtc::metrics::NumSamples | ( | const std::string & | name | ) |
| void webrtc::metrics::Reset | ( | ) |
1.8.13