Home | History | Annotate | Download | only in bootperf-bin

Lines Matching refs:KeySet

17                  the boot time keyset, the disk stats keyset, etc.)
23 keyset = results.KeySet(keytype)
24 for i in range(0, keyset.num_iterations):
32 markers = keyset.markers
34 (_, v) = keyset.PrintableStatistic(keyset.RawData(stat)[i])
46 the boot time keyset, the disk stats keyset, etc.)
62 keyset = results.KeySet(keytype)
66 markers = keyset.markers
71 print "(on %d cycles):" % keyset.num_iterations
76 (valueavg, valuedev) = keyset.Statistics(stat)
79 (deltaavg, deltadev) = keyset.DeltaStatistics(prevstat, stat)
83 (valstring, val_printed) = keyset.PrintableStatistic(valueavg)
85 (deltastring, _) = keyset.PrintableStatistic(delta)