mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Tid is not needed.
This commit is contained in:
@@ -979,8 +979,6 @@ static void SetupSampling( int64_t& samplingPeriod )
|
|||||||
if( pid == currentPid )
|
if( pid == currentPid )
|
||||||
{
|
{
|
||||||
uint64_t ip;
|
uint64_t ip;
|
||||||
uint32_t tid;
|
|
||||||
|
|
||||||
s_ring[i].Read( &ip, offset, sizeof( uint64_t ) );
|
s_ring[i].Read( &ip, offset, sizeof( uint64_t ) );
|
||||||
|
|
||||||
QueueType type;
|
QueueType type;
|
||||||
|
|||||||
Reference in New Issue
Block a user