Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ TraceHasStdDev
Method
TraceHasStdDev
deps/v8/tools/run_perf.py:222–223 ·
view source on GitHub ↗
(self, trace)
Source
from the content-addressed store, hash-verified
220
existing_entry[
'results'
].append(result)
221
222
def
TraceHasStdDev(self, trace):
223
return
trace.name in self.traces and self.traces[trace.name][
'stddev'
] !=
''
224
225
def
AddError(self, error):
226
self.errors.append(error)
Callers
1
ConsumeOutput
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected