Searched refs:timings (Results 1 – 5 of 5) sorted by relevance
/system/extras/boottime_tools/bootanalyze/ |
D | bugreport_anayze.py | 72 self.timings = collections.OrderedDict() 116 if len(self.timings) > 0: 118 timings_sorted = sorted(self.timings.items(), key = lambda item: item[1], reverse=True) 123 self.dump_dict(self.timings) 255 event.timings[name] = int(time)
|
D | bootanalyze.py | 116 timings = None 201 if args.timings: 251 def generate_timing_points(timing_events, timings): argument 256 name, time_v, dict = extract_timing(v, timings) 409 if args.timings: 639 def collect_events(search_events, command, timings, stop_events, disable_timing_after_zygote): argument 683 timing_event = get_boot_event(line, timings);
|
/system/netd/tests/benchmarks/ |
D | README.md | 20 Some of the **connect** benchmarks override this by implementing their own timings, but 29 client, these timings are not relevant and should be ignored for most purposes.</td>
|
/system/core/bootstat/ |
D | bootstat.cpp | 1148 BootloaderTimingMap timings; in GetBootLoaderTimings() local 1168 timings[stageName] = time_ms; in GetBootLoaderTimings() 1172 return timings; in GetBootLoaderTimings()
|
/system/core/logcat/ |
D | event.logtags | 60 # Device boot timings. We include monotonic clock values because the
|