From 7273503e633b6270775a030796e5d5f6e5b7077f Mon Sep 17 00:00:00 2001 From: Maximilian Schmeller Date: Wed, 1 Mar 2023 21:09:00 +0900 Subject: [PATCH] Update readme with known issues --- README.md | 5 +++++ trace-analysis.ipynb | 12 +++++++----- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9f275a0..606ad6d 100644 --- a/README.md +++ b/README.md @@ -58,3 +58,8 @@ The notebook also supports invocation via [Papermill](https://papermill.readthed The output files are found in the configured output dir (default: `out/`). Inputs are processed and cached in `cache/`. + + +## Known Issues + +* The histograms output in the notebook for Idle, Computation and DDS times, do not aggregate these values over the end-to-end path. Thus, the latencies of all path elements are added into the same histogram. \ No newline at end of file diff --git a/trace-analysis.ipynb b/trace-analysis.ipynb index 1256ca4..d3e2c12 100644 --- a/trace-analysis.ipynb +++ b/trace-analysis.ipynb @@ -875,11 +875,8 @@ } ], "metadata": { - "interpreter": { - "hash": "e7370f93d1d0cde622a1f8e1c04877d8463912d04d973331ad4851f04de6915a" - }, "kernelspec": { - "display_name": "Python 3 (ipykernel)", + "display_name": "Python 3", "language": "python", "name": "python3" }, @@ -893,7 +890,12 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.10.4" + "version": "3.11.2" + }, + "vscode": { + "interpreter": { + "hash": "05f7383eaeac09627c87490e6082687b3d1e289dc07cdd1800656e06d52425e4" + } } }, "nbformat": 4,