mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Fix typo.
This commit is contained in:
parent
94ed1c637c
commit
302ad87686
@ -204,7 +204,7 @@ static int64_t SetupHwTimer()
|
||||
sigaction( SIGILL, &oldact, nullptr );
|
||||
GetTimeImpl = GetTimeImplCntvct;
|
||||
|
||||
// Check if cntcvt is monotonic (there is faulty hw out there)
|
||||
// Check if cntvct is monotonic (there is faulty hw out there)
|
||||
enum { NumProbes = 32 * 1024 };
|
||||
int64_t probe[NumProbes];
|
||||
for( int j=0; j<10; j++ )
|
||||
|
Loading…
Reference in New Issue
Block a user