On Wed, Jun 11, 2014 at 2:55 PM, Karsten Blees <karsten.bl...@gmail.com> wrote:
> Here's v5 of the performance tracing patch series, now including a bunch of 
> cleanups and adding timestamp, file and line to all trace output.
>
> I'm particularly interested in feedback for the output format. As file names 
> have different lengths, printing file:line as prefix results in unaligned 
> output:
>
>  > GIT_TRACE=1 git stash list
>  00:12:10.544266 git.c:512 trace: exec: 'git-stash' 'list'
>  00:12:10.544266 run-command.c:337 trace: run_command: 'git-stash' 'list'
>  00:12:10.649779 git.c:312 trace: built-in: git 'rev-parse' '--git-dir'

Can I have an (build-time) option to show <function>:<line> instead of
<file>:<line>? I know it's not supported by all compilers, which may
make support a bit cumbersome..
-- 
Duy
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to