Re: [PATCH 1/2] perf tools: Add --tui and --stdio to choose the UI

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Christoph Hellwig
Date: Sunday, August 22, 2010 - 1:20 am

On Sat, Aug 21, 2010 at 03:26:58PM -0300, Arnaldo Carvalho de Melo wrote:

 - it uses the space available in a terminal window much more
   efficiently.  Output starts in row 0, column 0 and expands all the
   way that's needed.
 - it incluses a descruption of what the columns of output mean
 - it provides percentages for the individual callchains parts after
   branching out
 - in graph/fractal modes there are lines that show how the parts
   are connected, making it possible to read the output, unlinke
   the TUI mode where the "expanind" nodes are very hard to follow.
 - just running perf reports gets an overview of all callchains instead
   of having to expand dozens of things
 - the colour scheme is the normal shell one (light gray on black for
   me) instead of one hurting the eyes



Generally for tree/graph like data structures a real X GUI provides much
nicer rendering.  It'll allow to render the connected lines just as in
the line oriented interface, but in a nicer way using real thin lines
in a tree widget.  It'll also genereally allow better text placement
in the window compared to the single centered window in the newt
interface.   Also the GUI programs follow the common color scheme of the
rest of the desktop instead of hurting your eye.  In addition to that
scrollbars (horizontal / vertical) are a lot more intuitive in a typical
X GUI than in newt.

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 1/2] perf tools: Add --tui and --stdio to choose the UI, Arnaldo Carvalho de Melo, (Sat Aug 21, 10:45 am)
Re: [PATCH 1/2] perf tools: Add --tui and --stdio to choos ..., Christoph Hellwig, (Sat Aug 21, 10:47 am)
Re: [PATCH 1/2] perf tools: Add --tui and --stdio to choos ..., Arnaldo Carvalho de Melo, (Sat Aug 21, 11:26 am)
Re: [PATCH 1/2] perf tools: Add --tui and --stdio to choos ..., Christoph Hellwig, (Sun Aug 22, 1:20 am)
Re: [PATCH 1/2] perf tools: Add --tui and --stdio to choos ..., Arnaldo Carvalho de Melo, (Sun Aug 22, 7:11 am)
[tip:perf/core] perf ui browser: Don't use windows, slang ..., tip-bot for Arnaldo ..., (Mon Sep 13, 10:51 am)