trace: add current timestamp to all trace output
commitb72be02cfb402bbd6abac07af7231613cd37d594
authorKarsten Blees <karsten.blees@gmail.com>
Sat, 12 Jul 2014 00:03:50 +0000 (12 02:03 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 14 Jul 2014 04:25:19 +0000 (13 21:25 -0700)
tree5d295bfd9891b37fe2fa674b5bb2b709b092ad58
parent124647c4b007eff04144d75042d9d95f63e303f7
trace: add current timestamp to all trace output

This is useful to tell apart trace output of separate test runs.

It can also be used for basic, coarse-grained performance analysis. Note
that the accuracy is tainted by writing to the trace file, and you have to
calculate the deltas yourself (which is next to impossible if multiple
threads or processes are involved).

Signed-off-by: Karsten Blees <blees@dcon.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
trace.c