Has anybody done any tests to see which method of getting the current localized date and time into a string is the fastest when using Qt? I know the easiest methods, but has anyone done any clock cycle measurements? I have a logging application which could record 100,000 messages per second. Solution must be thread safe and display time to microsecond (.123456) level.

Thanks,
Roland