mirror of
https://github.com/wolfpld/tracy
synced 2026-01-19 04:52:09 +00:00
Merge pull request #1088 from jcl1234/master
Fix FiberEnter start time always being processed as 0
This commit is contained in:
@@ -7075,7 +7075,7 @@ void Worker::ProcessFiberEnter( const QueueFiberEnter& ev )
|
||||
}
|
||||
auto& data = cit->second->v;
|
||||
auto& item = data.push_next();
|
||||
item.SetCpu( t );
|
||||
item.SetStart( t );
|
||||
item.SetCpu( 0 );
|
||||
item.SetWakeup( t );
|
||||
item.SetWakeupCpu( 0 );
|
||||
|
||||
Reference in New Issue
Block a user