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

  /external/lldb/tools/lldb-perf/common/clang/
lldb_perf_clang.cpp 188 Results::Dictionary& results_dict = results.GetDictionary(); local
191 results_dict.Add ("memory-change-create-target",
195 results_dict.Add ("memory-change-break-main",
203 results_dict.Add ("memory-total-break-main",
207 results_dict.AddDouble("time-launch-stop-main",
211 results_dict.AddDouble("time-total",
  /external/chromium_org/third_party/skia/gm/rebaseline_server/
download_actuals.py 71 results_dict = gm_json.LoadFromString(json_contents)
73 actual_results_dict = results_dict[gm_json.JSONKEY_ACTUALRESULTS]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/layout_package/
bot_test_expectations.py 172 results_dict = entry[self.results_json.RESULTS_KEY]
173 flaky_types = self._flaky_types_in_results(results_dict, only_ignore_very_flaky)
198 results_dict = entry.get(self.results_json.RESULTS_KEY, {})
204 result_types = self._flaky_types_in_results(results_dict)
  /external/lldb/tools/lldb-perf/common/stepping/
lldb-perf-stepping.cpp 75 Results::Dictionary& results_dict = results.GetDictionary(); local
88 results_dict.AddDouble(short_buffer,
93 results_dict.AddDouble ("total-time", "Total time spent stepping.", m_time_measurements.GetMetric().GetSum());
94 results_dict.AddDouble ("stddev-time", "StdDev of time spent stepping.", m_time_measurements.GetMetric().GetStandardDeviation());
  /external/chromium_org/tools/auto_bisect/
bisect_perf_regression.py     [all...]
  /external/chromium_org/v8/tools/
run-deopt-fuzzer.py 439 results_dict = dict((t.path, n) for (t, n) in test_results.iteritems())
441 f.write(json.dumps(results_dict))

Completed in 2471 milliseconds