[LNT] r294951 - [doc] Name some other useful fields when importing data.
Arnaud A. de Grandmaison via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 13 06:17:36 PST 2017
Author: aadg
Date: Mon Feb 13 08:17:36 2017
New Revision: 294951
URL: http://llvm.org/viewvc/llvm-project?rev=294951&view=rev
Log:
[doc] Name some other useful fields when importing data.
Modified:
lnt/trunk/docs/importing_data.rst
Modified: lnt/trunk/docs/importing_data.rst
URL: http://llvm.org/viewvc/llvm-project/lnt/trunk/docs/importing_data.rst?rev=294951&r1=294950&r2=294951&view=diff
==============================================================================
--- lnt/trunk/docs/importing_data.rst (original)
+++ lnt/trunk/docs/importing_data.rst Mon Feb 13 08:17:36 2017
@@ -107,7 +107,9 @@ Make sure that:
Currently accepted extensions in the NTS database are:
* ".exec": represents execution time - a lower number is better.
+ * ".exec.status": a non zero value represents a program failure.
* ".score": represent a benchmark score - a higher number is better.
+ * ".code_size": represents the code size of a program.
* ".hash": represents a hash of the binary program being executed. This is
used to detect if between compiler versions, the generated code has
changed.
More information about the llvm-commits
mailing list