Home
last modified time | relevance | path

Searched refs:temp_res_value (Results 1 – 1 of 1) sorted by relevance

/hardware/google/pixel/pixelstats/
DTempResidencyReporter.cpp61 int64_t temp_res_value; in parse_file_contents() local
95 if (sscanf(data + offset, "-inf - %*d ====> %" PRId64 "ms\n%n", &temp_res_value, in parse_file_contents()
97 sscanf(data + offset, "%*d - %*d ====> %" PRId64 "ms\n%n", &temp_res_value, in parse_file_contents()
99 sscanf(data + offset, "%*d - inf ====> %" PRId64 "ms\n\n%n", &temp_res_value, in parse_file_contents()
103 temp_residency_stats.temp_residency_buckets.push_back(temp_res_value); in parse_file_contents()