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

Lines Matching refs:KeySet

77   by calling the KeySet with the name of the keyset desired.
78 Various methods on the KeySet objects will calculate statistics on
84 # KeySet().
115 for keyset in self._keysets.itervalues():
116 keyset.AddIterationResults(runkeys)
129 for keyset in self._keysets.itervalues():
130 keyset.FinalizeResults()
132 def KeySet(self, keytype):
133 """Return a selected keyset from the test results.
135 @param keytype Selector for the desired keyset.