We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7883263 commit 662c96eCopy full SHA for 662c96e
python/tools/recorded-call-graph-metrics/src/cg_trace/tracer.py
@@ -251,7 +251,7 @@ class CallGraphTracer:
251
252
def __init__(self):
253
# Performing `Call.from_frame` can be expensive, so we cache (call, callee)
254
- # pairs we have already seen to avoid double procressing.
+ # pairs we have already seen to avoid double processing.
255
self.python_calls = dict()
256
self.external_calls = dict()
257
0 commit comments