diff options
author | Birte Kristina Friesel <birte.friesel@uos.de> | 2024-07-04 13:26:01 +0200 |
---|---|---|
committer | Birte Kristina Friesel <birte.friesel@uos.de> | 2024-07-04 13:26:01 +0200 |
commit | 6c8cb4739bbe4a3e1f8a669a08d9145c3982aae5 (patch) | |
tree | 3276bc23471c6db866f8e44d7cdaa2f0489260a9 /doc | |
parent | 67dac4687d0be2b9125dd815c18da0c516e8658e (diff) |
log analysis: "[::] Key Attribute |" is not required, "[::] Key |" suffices
Diffstat (limited to 'doc')
-rw-r--r-- | doc/analysis-logs.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/analysis-logs.md b/doc/analysis-logs.md index f787a18..4b58350 100644 --- a/doc/analysis-logs.md +++ b/doc/analysis-logs.md @@ -1,7 +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. +Here, dfatool works with lines of the form "`[::]` *Key* | *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* 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* will be treated as undefined in those lines where they are missing. Use `bin/analyze-log.py file1.txt file2.txt ...` for analysis. |