linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] perf, tools, stat: Fix documentation of CSV output
@ 2017-04-19 21:07 Andi Kleen
  0 siblings, 0 replies; only message in thread
From: Andi Kleen @ 2017-04-19 21:07 UTC (permalink / raw)
  To: acme; +Cc: jolsa, linux-kernel, Andi Kleen

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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-04-19 21:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-19 21:07 [PATCH] perf, tools, stat: Fix documentation of CSV output Andi Kleen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).