Hi there!
How can I measure the elapsed time (in milliseconds) from one event to another (for example the begining of a frame and the end the same frame) using QueryPerformanceCounter()?
Remember: the time should be measured in milliseconds.
Thanks in advance!