Re: [GIT PULL 00/66] perf/core improvements and fixes

From: Ingo Molnar
Date: Wed Jul 13 2016 - 03:34:04 EST



* Arnaldo Carvalho de Melo <acme@xxxxxxxxxx> wrote:

> - Introduce --stdio-color to setup the color output mode selection in
> 'annotate' and 'report', allowing emit color escape sequences when
> redirecting the output of these tools (Arnaldo Carvalho de Melo)

That's a pretty neat trick, as doing:

perf report --stdio-color > tmp

... can now be used to put color coded output into Git logs!

Thanks,

Ingo