Getting current system time from a dump using an extension

I have I/Os that are timestamped using KeQueryPerformanceCounter(). Using a debug extension, I want to display the time that they have been outstanding for. I managed to get the current clock frequency, is there some way to get the current counter at the time of the panic from the dump using a debug extension?

Thanks
Mayank