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

  /external/chromium/chrome/browser/metrics/
metrics_log.cc 127 WriteIntAttribute("incompleteshutdowncount",
133 WriteIntAttribute("breakpadregistrationok",
136 WriteIntAttribute("breakpadregistrationfail",
139 WriteIntAttribute("debuggerpresent",
142 WriteIntAttribute("debuggernotpresent",
173 WriteIntAttribute("launchcount", launches);
177 WriteIntAttribute("instancecount", instances);
181 WriteIntAttribute("crashcount", crashes);
191 WriteIntAttribute("launchcount",
194 WriteIntAttribute("crashcount"
    [all...]
  /external/chromium/chrome/common/
metrics_helpers.cc 227 WriteIntAttribute("window", 0);
242 WriteIntAttribute("docid", session_index);
243 WriteIntAttribute("window", window_id);
330 void MetricsLogBase::WriteIntAttribute(const std::string& name, int value) {
410 WriteIntAttribute("min", histogram.ranges(i));
411 WriteIntAttribute("max", histogram.ranges(i + 1));
412 WriteIntAttribute("count", snapshot.counts(i));
metrics_helpers.h 146 void WriteIntAttribute(const std::string& name, int value);

Completed in 918 milliseconds