1 line
24 KiB
JSON
1 line
24 KiB
JSON
{"nodes": [{"id": "home_agent_ai_agent_backend_workspace_2e709500_79ab_403f_9ca0_3f027ac9f36e_scripts_performance_test_py", "label": "performance_test.py", "file_type": "code", "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L1"}, {"id": "scripts_performance_test_measure_response_time", "label": "measure_response_time()", "file_type": "code", "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L18"}, {"id": "scripts_performance_test_print_stats", "label": "print_stats()", "file_type": "code", "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L41"}, {"id": "scripts_performance_test_main", "label": "main()", "file_type": "code", "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L65"}, {"id": "scripts_performance_test_rationale_19", "label": "Measure response time for a URL over multiple iterations", "file_type": "rationale", "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L19"}, {"id": "scripts_performance_test_rationale_42", "label": "Print statistics for response times", "file_type": "rationale", "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L42"}], "edges": [{"source": "home_agent_ai_agent_backend_workspace_2e709500_79ab_403f_9ca0_3f027ac9f36e_scripts_performance_test_py", "target": "time", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L7", "weight": 1.0}, {"source": "home_agent_ai_agent_backend_workspace_2e709500_79ab_403f_9ca0_3f027ac9f36e_scripts_performance_test_py", "target": "requests", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L8", "weight": 1.0}, {"source": "home_agent_ai_agent_backend_workspace_2e709500_79ab_403f_9ca0_3f027ac9f36e_scripts_performance_test_py", "target": "statistics", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L9", "weight": 1.0}, {"source": "home_agent_ai_agent_backend_workspace_2e709500_79ab_403f_9ca0_3f027ac9f36e_scripts_performance_test_py", "target": "json", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L10", "weight": 1.0}, {"source": "home_agent_ai_agent_backend_workspace_2e709500_79ab_403f_9ca0_3f027ac9f36e_scripts_performance_test_py", "target": "typing", "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L11", "weight": 1.0}, {"source": "home_agent_ai_agent_backend_workspace_2e709500_79ab_403f_9ca0_3f027ac9f36e_scripts_performance_test_py", "target": "scripts_performance_test_measure_response_time", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L18", "weight": 1.0}, {"source": "home_agent_ai_agent_backend_workspace_2e709500_79ab_403f_9ca0_3f027ac9f36e_scripts_performance_test_py", "target": "scripts_performance_test_print_stats", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L41", "weight": 1.0}, {"source": "home_agent_ai_agent_backend_workspace_2e709500_79ab_403f_9ca0_3f027ac9f36e_scripts_performance_test_py", "target": "scripts_performance_test_main", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L65", "weight": 1.0}, {"source": "scripts_performance_test_main", "target": "scripts_performance_test_measure_response_time", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L97", "weight": 1.0}, {"source": "scripts_performance_test_main", "target": "scripts_performance_test_print_stats", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L98", "weight": 1.0}, {"source": "scripts_performance_test_rationale_19", "target": "scripts_performance_test_measure_response_time", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L19", "weight": 1.0}, {"source": "scripts_performance_test_rationale_42", "target": "scripts_performance_test_print_stats", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L42", "weight": 1.0}], "raw_calls": [{"caller_nid": "scripts_performance_test_measure_response_time", "callee": "range", "is_member_call": false, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L23"}, {"caller_nid": "scripts_performance_test_measure_response_time", "callee": "time", "is_member_call": true, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L25"}, {"caller_nid": "scripts_performance_test_measure_response_time", "callee": "get", "is_member_call": true, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L26"}, {"caller_nid": "scripts_performance_test_measure_response_time", "callee": "time", "is_member_call": true, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L27"}, {"caller_nid": "scripts_performance_test_measure_response_time", "callee": "print", "is_member_call": false, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L30"}, {"caller_nid": "scripts_performance_test_measure_response_time", "callee": "append", "is_member_call": true, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L33"}, {"caller_nid": "scripts_performance_test_measure_response_time", "callee": "sleep", "is_member_call": true, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L34"}, {"caller_nid": "scripts_performance_test_measure_response_time", "callee": "print", "is_member_call": false, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L36"}, {"caller_nid": "scripts_performance_test_print_stats", "callee": "print", "is_member_call": false, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L44"}, {"caller_nid": "scripts_performance_test_print_stats", "callee": "mean", "is_member_call": true, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L47"}, {"caller_nid": "scripts_performance_test_print_stats", "callee": "median", "is_member_call": true, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L48"}, {"caller_nid": "scripts_performance_test_print_stats", "callee": "min", "is_member_call": false, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L49"}, {"caller_nid": "scripts_performance_test_print_stats", "callee": "max", "is_member_call": false, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L50"}, {"caller_nid": "scripts_performance_test_print_stats", "callee": "print", "is_member_call": false, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L55"}, {"caller_nid": "scripts_performance_test_print_stats", "callee": "print", "is_member_call": false, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L56"}, {"caller_nid": "scripts_performance_test_print_stats", "callee": "print", "is_member_call": false, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L57"}, {"caller_nid": "scripts_performance_test_print_stats", "callee": "print", "is_member_call": false, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L58"}, {"caller_nid": "scripts_performance_test_print_stats", "callee": "print", "is_member_call": false, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L59"}, {"caller_nid": "scripts_performance_test_print_stats", "callee": "len", "is_member_call": false, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L61"}, {"caller_nid": "scripts_performance_test_print_stats", "callee": "stdev", "is_member_call": true, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L62"}, {"caller_nid": "scripts_performance_test_print_stats", "callee": "print", "is_member_call": false, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L63"}, {"caller_nid": "scripts_performance_test_main", "callee": "print", "is_member_call": false, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L66"}, {"caller_nid": "scripts_performance_test_main", "callee": "print", "is_member_call": false, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L67"}, {"caller_nid": "scripts_performance_test_main", "callee": "print", "is_member_call": false, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L68"}, {"caller_nid": "scripts_performance_test_main", "callee": "print", "is_member_call": false, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L69"}, {"caller_nid": "scripts_performance_test_main", "callee": "print", "is_member_call": false, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L70"}, {"caller_nid": "scripts_performance_test_main", "callee": "print", "is_member_call": false, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L71"}, {"caller_nid": "scripts_performance_test_main", "callee": "print", "is_member_call": false, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L90"}, {"caller_nid": "scripts_performance_test_main", "callee": "print", "is_member_call": false, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L91"}, {"caller_nid": "scripts_performance_test_main", "callee": "print", "is_member_call": false, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L92"}, {"caller_nid": "scripts_performance_test_main", "callee": "items", "is_member_call": true, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L94"}, {"caller_nid": "scripts_performance_test_main", "callee": "print", "is_member_call": false, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L96"}, {"caller_nid": "scripts_performance_test_main", "callee": "print", "is_member_call": false, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L103"}, {"caller_nid": "scripts_performance_test_main", "callee": "print", "is_member_call": false, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L104"}, {"caller_nid": "scripts_performance_test_main", "callee": "print", "is_member_call": false, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L105"}, {"caller_nid": "scripts_performance_test_main", "callee": "items", "is_member_call": true, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L107"}, {"caller_nid": "scripts_performance_test_main", "callee": "print", "is_member_call": false, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L109"}, {"caller_nid": "scripts_performance_test_main", "callee": "print", "is_member_call": false, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L116"}, {"caller_nid": "scripts_performance_test_main", "callee": "print", "is_member_call": false, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L117"}, {"caller_nid": "scripts_performance_test_main", "callee": "print", "is_member_call": false, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L118"}, {"caller_nid": "scripts_performance_test_main", "callee": "get", "is_member_call": true, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L121"}, {"caller_nid": "scripts_performance_test_main", "callee": "print", "is_member_call": false, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L123"}, {"caller_nid": "scripts_performance_test_main", "callee": "print", "is_member_call": false, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L125"}, {"caller_nid": "scripts_performance_test_main", "callee": "print", "is_member_call": false, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L129"}, {"caller_nid": "scripts_performance_test_main", "callee": "print", "is_member_call": false, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L132"}, {"caller_nid": "scripts_performance_test_main", "callee": "print", "is_member_call": false, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L136"}, {"caller_nid": "scripts_performance_test_main", "callee": "print", "is_member_call": false, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L137"}, {"caller_nid": "scripts_performance_test_main", "callee": "print", "is_member_call": false, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L138"}, {"caller_nid": "scripts_performance_test_main", "callee": "values", "is_member_call": true, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L142"}, {"caller_nid": "scripts_performance_test_main", "callee": "extend", "is_member_call": true, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L143"}, {"caller_nid": "scripts_performance_test_main", "callee": "mean", "is_member_call": true, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L146"}, {"caller_nid": "scripts_performance_test_main", "callee": "print", "is_member_call": false, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L147"}, {"caller_nid": "scripts_performance_test_main", "callee": "print", "is_member_call": false, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L150"}, {"caller_nid": "scripts_performance_test_main", "callee": "print", "is_member_call": false, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L152"}, {"caller_nid": "scripts_performance_test_main", "callee": "print", "is_member_call": false, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L154"}, {"caller_nid": "scripts_performance_test_main", "callee": "print", "is_member_call": false, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L157"}, {"caller_nid": "scripts_performance_test_main", "callee": "print", "is_member_call": false, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L158"}, {"caller_nid": "scripts_performance_test_main", "callee": "print", "is_member_call": false, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L159"}, {"caller_nid": "scripts_performance_test_main", "callee": "mean", "is_member_call": true, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L161"}, {"caller_nid": "scripts_performance_test_main", "callee": "items", "is_member_call": true, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L162"}, {"caller_nid": "scripts_performance_test_main", "callee": "mean", "is_member_call": true, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L163"}, {"caller_nid": "scripts_performance_test_main", "callee": "print", "is_member_call": false, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L166"}, {"caller_nid": "scripts_performance_test_main", "callee": "items", "is_member_call": true, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L167"}, {"caller_nid": "scripts_performance_test_main", "callee": "print", "is_member_call": false, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L168"}, {"caller_nid": "scripts_performance_test_main", "callee": "print", "is_member_call": false, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L169"}, {"caller_nid": "scripts_performance_test_main", "callee": "print", "is_member_call": false, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L170"}, {"caller_nid": "scripts_performance_test_main", "callee": "print", "is_member_call": false, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L171"}, {"caller_nid": "scripts_performance_test_main", "callee": "print", "is_member_call": false, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L172"}, {"caller_nid": "scripts_performance_test_main", "callee": "print", "is_member_call": false, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L174"}, {"caller_nid": "scripts_performance_test_main", "callee": "print", "is_member_call": false, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L176"}, {"caller_nid": "scripts_performance_test_main", "callee": "print", "is_member_call": false, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L179"}, {"caller_nid": "scripts_performance_test_main", "callee": "print", "is_member_call": false, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L180"}, {"caller_nid": "scripts_performance_test_main", "callee": "print", "is_member_call": false, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L183"}, {"caller_nid": "scripts_performance_test_main", "callee": "print", "is_member_call": false, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/performance_test.py", "source_location": "L184"}]} |