Skip to content

Commit d712b9d

Browse files
chore(ci): invert reverse flamegraph for icicles (#1594)
1 parent 4bc229c commit d712b9d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/scripts/metric_unify/flamegraph.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ def create_flamegraph(fname, metrics_dict, group_by_kvs, stack_keys, metric_name
8080
command = ["inferno-flamegraph", "--title", f"{fname} {' '.join(suffixes)} {metric_name}", stacks_path]
8181
if reverse:
8282
command.append("--reverse")
83+
command.append("--inverted")
8384

8485
subprocess.run(command, stdout=f, check=False)
8586
print(f"Created flamegraph at {flamegraph_path}")

0 commit comments

Comments
 (0)