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,