Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change use of unsigned integers to signed integers for clarity in
precise_time_ns The QueryPerformance* functions take a LARGE_INTEGER, which is a signed 64-bit integer rather than an unsigned 64-bit integer. `ts.tv_sec`, too, is a signed integer so `ns_per_s` has been changed to a int64_t.
- Loading branch information