diff options
Diffstat (limited to 'doc/analysis-visual.md')
| -rw-r--r-- | doc/analysis-visual.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/analysis-visual.md b/doc/analysis-visual.md index 1ac4924..b2d984e 100644 --- a/doc/analysis-visual.md +++ b/doc/analysis-visual.md @@ -13,6 +13,12 @@ There are two ways of visualizing all measured data independent of their paramet Useful to identify trends (especially when the parameter variation scheme is known as well) and interference. The plot is shown interactively, but not written to the filesystem. +## LaTeX TikZ/PGF raw data visualization + +`--export-pgf-unparam PREFIX` writes measurement index, attribute value, +and parameter values to PREFIX(name)-(attribute).txt. +This is essentially `--boxplot-unparam` for TikZ/PGF. + ## Influence of a single Non-Functional Property on a Performance Attribute Assume that we want to see how the number of requested UPMEM DPUs (`n_dpus`) |
