HomeSort by relevance Sort by last modified time
    Searched refs:histogram_json (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/tools/perf/metrics/
histogram_util.py 23 def SubtractHistogram(histogram_json, start_histogram_json):
32 return histogram_json
34 histogram = json.loads(histogram_json)
68 histogram_json = tab.EvaluateJavaScript(
71 if histogram_json:
72 return histogram_json
78 histogram_json = GetHistogram(histogram_type, histogram_name, tab)
79 histogram = json.loads(histogram_json)
87 histogram_json = GetHistogram(histogram_type, histogram_name, tab)
88 histogram = json.loads(histogram_json)
    [all...]
  /external/chromium_org/content/browser/
histogram_message_filter.cc 43 std::string* histogram_json) {
58 *histogram_json = "{}";
60 histogram->WriteJSON(histogram_json);
histogram_message_filter.h 31 std::string* histogram_json);
  /external/chromium_org/content/renderer/
stats_collection_controller.cc 132 std::string histogram_json; local
134 histogram_name, &histogram_json));
135 return histogram_json;
  /external/chromium_org/build/util/lib/common/
perf_tests_results_helper.py 39 def GeomMeanAndStdDevFromHistogram(histogram_json):
40 histogram = json.loads(histogram_json)

Completed in 150 milliseconds