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 4bc229c commit d712b9dCopy full SHA for d712b9d
ci/scripts/metric_unify/flamegraph.py
@@ -80,6 +80,7 @@ def create_flamegraph(fname, metrics_dict, group_by_kvs, stack_keys, metric_name
80
command = ["inferno-flamegraph", "--title", f"{fname} {' '.join(suffixes)} {metric_name}", stacks_path]
81
if reverse:
82
command.append("--reverse")
83
+ command.append("--inverted")
84
85
subprocess.run(command, stdout=f, check=False)
86
print(f"Created flamegraph at {flamegraph_path}")
0 commit comments