debug: Group debug messages by timestamps
authorEmmanuele Bassi <ebassi@linux.intel.com>
Thu, 7 Jun 2012 10:51:33 +0000 (11:51 +0100)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Thu, 7 Jun 2012 10:57:53 +0000 (11:57 +0100)
commit42b933eeafc554e43c6e1579dcda6a4f8d7f39b4
tree5d1f4ad245f830b6b019e2ee2b146ddb653507bc
parenta3a2fbfd5a738ffeb2b8f55183ff49dc8e884342
debug: Group debug messages by timestamps

Instead of showing the full timestamp for debugging messages that happen
within a second, showing the delta from the previous full timestamp can
be more useful when debugging; this allows immediately seeing the time
difference, instead of doing the math in our heads.
clutter/clutter-main.c