mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-22 22:25:51 +01:00
debugging: print ticks-per-second on windows. is it 0?
This commit is contained in:
parent
e77c23e455
commit
264fb7eb82
1 changed files with 1 additions and 0 deletions
|
@ -404,6 +404,7 @@ monotime_init_internal(void)
|
|||
tor_assert(li.QuadPart);
|
||||
puts("win32-mii-6");
|
||||
ticks_per_second = li.QuadPart;
|
||||
printf(I64_FORMAT" ticks per second\n", I64_PRINTF_ARG(ticks_per_second));
|
||||
last_pctr = 0;
|
||||
pctr_offset = 0;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue