Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1626820 > unrolled thread

[PATCH] perf, tools, stat: Fix documentation of CSV output

Started byAndi Kleen <andi@firstfloor.org>
First post2017-04-19 23:50 +0200
Last post2017-04-19 23:50 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] perf, tools, stat: Fix documentation of CSV output Andi Kleen <andi@firstfloor.org> - 2017-04-19 23:50 +0200

#1626820 — [PATCH] perf, tools, stat: Fix documentation of CSV output

FromAndi Kleen <andi@firstfloor.org>
Date2017-04-19 23:50 +0200
Subject[PATCH] perf, tools, stat: Fix documentation of CSV output
Message-ID<ty5E5-80-11@gated-at.bofh.it>
From: Andi Kleen <ak@linux.intel.com>

Correctly document the order where stddev is output by perf stat
in CSV output.

Signed-off-by: Andi Kleen <ak@linux.intel.com>
---
 tools/perf/Documentation/perf-stat.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/perf/Documentation/perf-stat.txt b/tools/perf/Documentation/perf-stat.txt
index bd0e4417f2be..cc5615669d9a 100644
--- a/tools/perf/Documentation/perf-stat.txt
+++ b/tools/perf/Documentation/perf-stat.txt
@@ -272,9 +272,9 @@ The fields are in this order:
 	- counter value
 	- unit of the counter value or empty
 	- event name
+	- optional variance if multiple values are collected with -r
 	- run time of counter
 	- percentage of measurement time the counter was running
-	- optional variance if multiple values are collected with -r
 	- optional metric value
 	- optional unit of metric
 
-- 
2.9.3

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web