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

  /system/core/bootstat/
histogram_logger.h 24 void LogHistogram(const std::string& event, int32_t data);
histogram_logger.cpp 27 void LogHistogram(const std::string& event, int32_t data) {
bootstat.cpp 47 bootstat::LogHistogram(i->first, i->second);
217 bootstat::LogHistogram(
220 // Logging via BootEventRecordStore to see if using bootstat::LogHistogram
226 bootstat::LogHistogram("factory_reset_current_time", current_time_utc);
228 // Logging via BootEventRecordStore to see if using bootstat::LogHistogram
247 bootstat::LogHistogram("factory_reset_record_value", factory_reset_utc);
249 // Logging via BootEventRecordStore to see if using bootstat::LogHistogram
boot_event_record_store.cpp 61 bootstat::LogHistogram("bootstat_mtime_matches_content", value == *uptime);

Completed in 40 milliseconds