Skip to content

Commit 2e6d1f4

Browse files
Updated documentation to include the other released agent we have.
1 parent c3974eb commit 2e6d1f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codeguru_profiler_agent/model/call_graph_node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def _get_child(self, frame):
8181
def _insert_new_child(self, new_child):
8282
"""
8383
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.
84+
and if we should keep it sorted (like the Java agent) or keep using the current approach.
8585
8686
Right now we use a tuple as it uses the least amount of memory (and it simplifies the code, as the empty tuple
8787
is reused by python):

0 commit comments

Comments
 (0)