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 c3974eb commit 2e6d1f4Copy full SHA for 2e6d1f4
codeguru_profiler_agent/model/call_graph_node.py
@@ -81,7 +81,7 @@ def _get_child(self, frame):
81
def _insert_new_child(self, new_child):
82
"""
83
FIXME: We still need to review the memory vs cpu tradeoffs of using a tuple vs an list vs a dictionary here,
84
- and if we should keep it sorted (like the Java and Ruby agents) or keep using the current approach.
+ and if we should keep it sorted (like the Java agent) or keep using the current approach.
85
86
Right now we use a tuple as it uses the least amount of memory (and it simplifies the code, as the empty tuple
87
is reused by python):
0 commit comments