OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HistogramValue
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/extensions/browser/
extension_function_registry.h
56
extensions::functions::
HistogramValue
histogram_value);
59
extensions::functions::
HistogramValue
histogram_value_;
extension_function_registry.cc
62
extensions::functions::
HistogramValue
histogram_value)
extension_function.h
72
// supply a unique |
histogramvalue
| used for histograms of extension function
75
#define DECLARE_EXTENSION_FUNCTION(name,
histogramvalue
) \
77
public: static extensions::functions::
HistogramValue
histogram_value() \
78
{ return extensions::functions::
histogramvalue
; }
239
extensions::functions::
HistogramValue
histogram_value) {
241
extensions::functions::
HistogramValue
histogram_value() const {
376
extensions::functions::
HistogramValue
histogram_value_;
extension_function_histogram_value.h
12
// *Never* reorder or delete entries in the |
HistogramValue
| enumeration.
29
// Add a new entry at the end of the |
HistogramValue
| enum. The name of the
60
enum
HistogramValue
{
/external/chromium_org/tools/telemetry/telemetry/value/
histogram.py
29
class
HistogramValue
(value_module.Value):
33
super(
HistogramValue
, self).__init__(page, name, units, important,
56
return ('
HistogramValue
(%s, %s, %s, raw_json_string="%s", '
99
d = super(
HistogramValue
, self).AsDict()
108
return
HistogramValue
(**kwargs)
114
return
HistogramValue
(
histogram_unittest.py
26
histogram = histogram_module.
HistogramValue
(
58
histogram = histogram_module.
HistogramValue
(
77
self.assertTrue(isinstance(v, histogram_module.
HistogramValue
))
/external/chromium_org/tools/telemetry/telemetry/results/
csv_output_formatter_unittest.py
102
results.AddValue(histogram.
HistogramValue
(
108
results.AddValue(histogram.
HistogramValue
(
buildbot_output_formatter_unittest.py
416
measurement_results.AddValue(histogram.
HistogramValue
(
423
measurement_results.AddValue(histogram.
HistogramValue
(
page_test_results_unittest.py
120
lambda: results.AddValue(histogram.
HistogramValue
(
/external/chromium_org/tools/perf/measurements/
tab_switching.py
99
histogram.
HistogramValue
(None, display_name, 'ms',
/external/chromium_org/tools/perf/metrics/
memory.py
121
results.AddValue(histogram.
HistogramValue
(
Completed in 615 milliseconds