Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c45cc2a commit 14c51ebCopy full SHA for 14c51eb
1 file changed
python/tools/recorded-call-graph-metrics/src/cg_trace/exporter.py
@@ -42,3 +42,5 @@ def export(outfile_path, recorded_calls, info: Dict[str, str]):
42
43
tree = etree.ElementTree(root)
44
tree.write(outfile_path, encoding="utf-8", pretty_print=True)
45
+
46
+ print(f"Wrote {len(recorded_calls)} recorded calls to {outfile_path}")
0 commit comments