Re: [PATCH] gcov: emit hotness colors to easily find hot code.

2018-09-18 Thread Martin Liška
On 9/17/18 8:41 PM, David Malcolm wrote: > On Wed, 2018-09-12 at 14:36 +0200, Martin Liška wrote: >> Hi. >> >> This is follow-up of: >> https://gcc.gnu.org/ml/gcc/2018-08/msg00162.html >> >> I'm suggesting to introduce using colors in order to indicate hotness >> of lines. Legend is printed at the

Re: [PATCH] gcov: emit hotness colors to easily find hot code.

2018-09-17 Thread David Malcolm
On Wed, 2018-09-12 at 14:36 +0200, Martin Liška wrote: > Hi. > > This is follow-up of: > https://gcc.gnu.org/ml/gcc/2018-08/msg00162.html > > I'm suggesting to introduce using colors in order to indicate hotness > of lines. Legend is printed at the very beginning of the output file. > Example: ht

[PATCH] gcov: emit hotness colors to easily find hot code.

2018-09-12 Thread Martin Liška
Hi. This is follow-up of: https://gcc.gnu.org/ml/gcc/2018-08/msg00162.html I'm suggesting to introduce using colors in order to indicate hotness of lines. Legend is printed at the very beginning of the output file. Example: https://pasteboard.co/HDxK4Nm.png Patch survives gcov.exp test-suite. Wi