From: Ramkumar Ramachandra <artagnon@gmail.com>
To: LKML <linux-kernel@vger.kernel.org>
Cc: Jiri Olsa <jolsa@redhat.com>, Namhyung Kim <namhyung@kernel.org>,
Arnaldo Carvalho de Melo <acme@redhat.com>
Subject: [PATCH v5 0/3] More color in 'perf diff'
Date: Tue, 10 Dec 2013 18:18:59 +0530 [thread overview]
Message-ID: <1386679742-13357-1-git-send-email-artagnon@gmail.com> (raw)
Hi,
The changes in this iteration are:
[1/3]: Use fabs() in get_percent_color() instead of
__hpp_color_compare(), as suggested by Jiri.
[2/3]: Use value_color_snprintf(), a new function functionally
equivalent to percent_color_snprintf().
[3/3]: Unchanged.
Thanks.
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Ramkumar Ramachandra (3):
perf diff: color the Delta column
perf diff: color the Ratio column
perf diff: color the Weighted Diff column
tools/perf/builtin-diff.c | 91 ++++++++++++++++++++++++++++++++++++++++++++++-
tools/perf/util/color.c | 16 ++++++---
tools/perf/util/color.h | 1 +
3 files changed, 102 insertions(+), 6 deletions(-)
--
1.8.5.rc0.5.g70ebc73.dirty
next reply other threads:[~2013-12-10 12:50 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-10 12:48 Ramkumar Ramachandra [this message]
2013-12-10 12:49 ` [PATCH v5 1/3] perf diff: color the Delta column Ramkumar Ramachandra
2013-12-15 12:35 ` Jiri Olsa
2013-12-10 12:49 ` [PATCH v5 2/3] perf diff: color the Ratio column Ramkumar Ramachandra
2013-12-10 12:49 ` [PATCH v5 3/3] perf diff: color the Weighted Diff column Ramkumar Ramachandra
2013-12-15 12:35 ` Jiri Olsa
2013-12-29 10:14 ` Ramkumar Ramachandra
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1386679742-13357-1-git-send-email-artagnon@gmail.com \
--to=artagnon@gmail.com \
--cc=acme@redhat.com \
--cc=jolsa@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=namhyung@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox