Implement h_platform_stopwatch for Windows
We use QueryPerformanceCounter which will return realtime, not user time.
This commit is contained in:
parent
739f5d6d5c
commit
2346239887
2 changed files with 14 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
platform_win32.c
|
||||
allocator.c
|
||||
allocator.c
|
||||
benchmark.c
|
||||
bitreader.c
|
||||
bitwriter.c
|
||||
cfgrammar.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue