From: Jim Cromie Date: Wed, 7 Sep 2011 23:14:02 +0000 (-0600) Subject: perf stat: Suppress printing std-dev when its 0 X-Git-Tag: v3.2-rc1~163^2~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1bca6cc87fee26f3d9120b3f3418b7edfc91ec2;p=pandora-kernel.git perf stat: Suppress printing std-dev when its 0 For pretty output only (preserve column for cvs output), dont print std-deviation when its 0.00. Do this based upon value, instead of checking for --no-aggr, since the stats could conceivably be computed over the runs on each CPU, and theres no reason to preclude that. Link: http://lkml.kernel.org/r/1315437244-3788-4-git-send-email-jim.cromie@gmail.com Signed-off-by: Arnaldo Carvalho de Melo Signed-off-by: Jim Cromie Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed