On Sat, Apr 19, 2003 at 05:22:01PM +0100, Ann and Jason Edmeades wrote:
I just noticed there is an option --debugmsg +tid which adds the thread prefix to the debugmsg trace. I would really, really like a timestamp prefix - Is this something people would/could find acceptable?
I've hacked a version for my own use using gettimeofday, but anything which shows seconds or slightly higher resolution would be invaluable. Perhaps a +time option?
Is this something people would find useful? If so, anyone know a good, portable way of doing it?
I'd find this very useful, of course especially for profiling purposes. I don't have any specific idea how to implement it, though.