diff options
author | Birte Kristina Friesel <birte.friesel@uos.de> | 2023-11-27 15:08:16 +0100 |
---|---|---|
committer | Birte Kristina Friesel <birte.friesel@uos.de> | 2023-11-27 15:08:16 +0100 |
commit | 8221f091eaae2900987eace290f117475561a74d (patch) | |
tree | 7ca7f6e6d14b96cc35a85021a4200eb54f6d1639 /doc | |
parent | f070fa443e3ba4114e8870a14b0aeece66be4062 (diff) |
some more documentation cleanup
Diffstat (limited to 'doc')
-rw-r--r-- | doc/analysis-logs.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/analysis-logs.md b/doc/analysis-logs.md new file mode 100644 index 0000000..f787a18 --- /dev/null +++ b/doc/analysis-logs.md @@ -0,0 +1,7 @@ +# Data Analysis and Performance Model Generation from Log Files + +Here, dfatool works with lines of the form "`[::]` *Key* *Attribute* | *parameters* | *NFP values*", where *parameters* is a space-separated series of *param=value* entries (i.e., benchmark configuration) and *NFP values* is a space-separate series of *NFP=value* entries (i.e., benchmark output). +All measurements of a given *Key* *Attribute* combination must use the same set of NFP names. +Parameter names may be different -- parameters that are present in other lines of the same *Key* *Attribute* will be treated as undefined in those lines where they are missing. + +Use `bin/analyze-log.py file1.txt file2.txt ...` for analysis. |