Rename e2e_breakdown_inst_stack to e2e_breakdown_stack, plot stack plot of dds/idle/cpu instead of bar plot of all path elements

This commit is contained in:
Maximilian Schmeller 2022-12-25 20:45:15 +09:00
parent 31716914cc
commit e2cdfade31
2 changed files with 19 additions and 11 deletions

View file

@ -768,10 +768,9 @@
"%%skip_if_false E2E_ENABLED\n",
"%%skip_if_false E2E_PLOT\n",
"\n",
"from message_tree.message_tree_plots import e2e_breakdown_inst_stack\n",
"from message_tree.message_tree_plots import e2e_breakdown_stack\n",
"\n",
"\n",
"fig = e2e_breakdown_inst_stack(*e2e_breakdowns)\n",
"fig = e2e_breakdown_stack(*e2e_breakdowns)\n",
"fig.set_size_inches(16, 9)\n",
"fig.set_dpi(300)\n",
"None"