MCPcopy Index your code
hub / github.com/nodejs/node / SortedTestKeys

Method SortedTestKeys

deps/v8/tools/perf-compare.py:161–168  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

159 self.benchmarks_ = {}
160
161 def SortedTestKeys(self):
162 keys = self.benchmarks_.keys()
163 keys.sort()
164 t = "Total"
165 if t in keys:
166 keys.remove(t)
167 keys.append(t)
168 return keys
169
170 def name(self):
171 return self.name_

Callers 1

RenderFunction · 0.95

Calls 4

sortMethod · 0.80
keysMethod · 0.65
removeMethod · 0.45
appendMethod · 0.45

Tested by

no test coverage detected