Commit graph

7 commits

Author SHA1 Message Date
Maximilian Schmeller
b1dc01b101 De-duplicate dependency tree calculations and data structures, de-clutter notebook 2022-10-13 19:13:39 +09:00
Maximilian Schmeller
130c99e56f Refactorings, better console output.
* Removed spam-like warnings (mostly replaced by printing a single warning counter)
* Removed inst_runtime_interval() from latency_graph.py as it was out of that file's responsibilities. Moved into TrCallbackInstance directly
* Fixed coloring of latency graph (planning was misspelled)
2022-10-07 15:35:34 +09:00
Maximilian Schmeller
98cd6fc3db Fixes for random crashes
* Removed papermill cell headers (prevented cell magics from working)
* Changed bisect to bisect_right because of Python's name resolution acting stupid
* Print exceptions when building message trees
2022-09-19 12:39:53 +02:00
Maximilian Schmeller
b456645621 Fixes for different setting combos 2022-09-15 16:17:24 +02:00
Paola Canuto
8bc3a5f69e Fixes for Scenario Runner and other users in gerneral 2022-09-14 18:27:41 +02:00
Maximilian Schmeller
8eee45c79a E2E calculation per output message, plotting of E2E over time, E2E breakdown charts, E2E message flow charts 2022-08-29 22:17:52 +02:00
Maximilian Schmeller
0261b8200f Hierarchical latency graph, bugfixes, renamed types.py to not interfere with other python packages. 2022-08-09 18:36:40 +02:00