mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Fix typo.
This commit is contained in:
parent
94ed1c637c
commit
302ad87686
@ -204,7 +204,7 @@ static int64_t SetupHwTimer()
|
|||||||
sigaction( SIGILL, &oldact, nullptr );
|
sigaction( SIGILL, &oldact, nullptr );
|
||||||
GetTimeImpl = GetTimeImplCntvct;
|
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 };
|
enum { NumProbes = 32 * 1024 };
|
||||||
int64_t probe[NumProbes];
|
int64_t probe[NumProbes];
|
||||||
for( int j=0; j<10; j++ )
|
for( int j=0; j<10; j++ )
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user