Implement h_platform_stopwatch for Windows

We use QueryPerformanceCounter which will return realtime, not user
time.
This commit is contained in:
Nicolas Léveillé 2015-08-15 13:47:34 +02:00
parent 739f5d6d5c
commit 2346239887
2 changed files with 14 additions and 1 deletions

View file

@ -1,5 +1,6 @@
platform_win32.c
allocator.c
allocator.c
benchmark.c
bitreader.c
bitwriter.c
cfgrammar.c