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
The UpdatePerformanceTracker only maintains a weak reference to the PerformanceEntry objects. If a table is garbage collected before the end of the cycle, then the PerformanceEntry may also be garbage collected. The UpdatePerformance will then be unable to log the time taken by that entry.
Expected results
The garbage collected table's entry will survive until the next UpdatePerformanceTracker flush.
Versions
Deephaven: 0.29.1
The text was updated successfully, but these errors were encountered:
Description
The UpdatePerformanceTracker only maintains a weak reference to the PerformanceEntry objects. If a table is garbage collected before the end of the cycle, then the PerformanceEntry may also be garbage collected. The UpdatePerformance will then be unable to log the time taken by that entry.
Expected results
The garbage collected table's entry will survive until the next UpdatePerformanceTracker flush.
Versions
The text was updated successfully, but these errors were encountered: