Hi,
I am using WPP in my drivers. I like the ability of being about to stamp my Debug Messages with a 100 nanosecond timestamp. I use -UserPerfCounter which is default on Vista. I use -hires for tracefmt and then when I look at my txt file I have .xxxxxx numbers. I am trying to see the timescale for these with -UsePerfCounter for example here is a sample output.
[0]0000.0000::.611300 [filter] >>ENTER
[0]0000.0000::.614100 [filter] Irp->PendingReturned == TRUE
[0]0000.0000::.617200 [filter] DATA IoStatus.Information = 12
[0]0000.0000::.620000 [filter] plKey_Read = 0x1 0x800f040e 0x20
[0]0000.0000::.622500 [filter] return STATUS_CONTINUE_COMPLETION
[0]0000.0000::.659700 [filter] >>ENTER
This is just the standard TRACE_FORMAT_PREFIX. My question what is .611300 for example. Should I be seeing a full SystemTime with decimal part of a second out to 10-6 second.