Sample branches and cache more frequently.

This commit is contained in:
Bartosz Taudul 2021-05-22 02:28:32 +02:00
parent c7026cbc1f
commit 34ca6d865e
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

@ -819,6 +819,7 @@ static void SetupSampling( int64_t& samplingPeriod )
}
// cache reference + miss
pe.sample_freq = 200*1000;
if( !noCache )
{
TracyDebug( "Setup sampling CPU cache references + misses\n" );