From f5a09c2bd9dbbbaf330ac8cdd473fd2ff0ccba05 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Mon, 13 Nov 2023 15:55:06 +0100 Subject: more specific logfile limitations --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 38294e5..a57b9c0 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,8 @@ We also have a short [video example](https://ess.cs.uos.de/static/videos/splc22- ## Log-Based Performance Model Generation 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* must use the same set of parameter names and NFP names. +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. -- cgit v1.2.3