Fix FiberEnter start time always being processed as 0

This commit is contained in:
jcl1234
2025-07-01 22:38:10 -05:00
parent 7388a47658
commit 791904a37f

View File

@@ -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 );