Update readme
This commit is contained in:
parent
95e4dd5e71
commit
1f6e0c9e86
2 changed files with 10 additions and 0 deletions
3
.vscode/settings.json
vendored
Normal file
3
.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"files.eol": "\n"
|
||||||
|
}
|
|
@ -59,6 +59,13 @@ The notebook also supports invocation via [Papermill](https://papermill.readthed
|
||||||
The output files are found in the configured output dir (default: `out/`).
|
The output files are found in the configured output dir (default: `out/`).
|
||||||
Inputs are processed and cached in `cache/`.
|
Inputs are processed and cached in `cache/`.
|
||||||
|
|
||||||
|
## Outputs
|
||||||
|
|
||||||
|
The `plot_e2es_violin_XYZ.csv` files correspond to the latencies for each recorded dataflow on path item XYZ.
|
||||||
|
The labels for these path items are found in `plot_e2es_violin_labels.csv`.
|
||||||
|
The latency types (DDS, Idle, Computation) for these path items are found in `plot_e2es_violin_types.csv`.
|
||||||
|
`calc_times.csv` provides calculation times for all callbacks on the path (not only until publication, which is the case for the computation times above).
|
||||||
|
|
||||||
|
|
||||||
## Known Issues
|
## Known Issues
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue