You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit fixes two issues with the level zero implementation of
timestamp recording events:
* Events allocated for timestamp recordings may have been previously
used, which may lead the implementation to think that the recordings
of the old timestamp are right. The implementation will now reset the
value of it.
* To avoid cases where timestamp recordings could conflict in the
recordings buffer, unfinished recordings of dead events are now moved
to another map, to be evicted fully on queue synchronization or death.
Signed-off-by: Larsen, Steffen <[email protected]>
0 commit comments