Commit graph

10 commits

Author SHA1 Message Date
Maximilian Schmeller
dc3a8084b1 Allow for better TF2 insight and analysis [WIP], write more outputs to the specified out dir and not to the project dir, add E2E_EXACT_PATH setting to speed up execution for known paths 2022-12-25 20:47:56 +09:00
Maximilian Schmeller
31716914cc Make the Index class support rebuilding, appending, clearing, n-to-m indices 2022-12-25 20:40:31 +09:00
Maximilian Schmeller
0662386732 Support colum renaming and make argument names clearer in df_to_type_list 2022-12-25 20:39:44 +09:00
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
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
Maximilian Schmeller
dc689174c0 Refactored project structure; Caching util; process_clang_output.py provides Python API now 2022-07-20 13:35:06 +02:00