mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Remove irrelevant flag.
This commit is contained in:
parent
d869b9a8bc
commit
7d3119cbac
@ -789,7 +789,6 @@ static void SetupSampling( int64_t& samplingPeriod )
|
|||||||
pe.sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_TID;
|
pe.sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_TID;
|
||||||
pe.disabled = 1;
|
pe.disabled = 1;
|
||||||
pe.exclude_kernel = 1;
|
pe.exclude_kernel = 1;
|
||||||
pe.exclude_idle = 1;
|
|
||||||
if( !noRetirement )
|
if( !noRetirement )
|
||||||
{
|
{
|
||||||
TracyDebug( "Setup sampling cycles + retirement\n" );
|
TracyDebug( "Setup sampling cycles + retirement\n" );
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user