Community
Participate
Working Groups
When heap profiling, in the Object Allocations view, the average age data is not appearing in the 'Memory Statistics' tab, and the Live Instances/Active Size/Total Instances data is not appearing in the 'Allocation Details' tab. From investigation, this is due to the the collection mode not being 'TRCCollectionMode.HEAP_AND_EXECUTION_FULL_LITERAL'. The existing code in AllocationDetailsView and BaseMemoryStatisticView relies on a TRCFullTraceTraceObject, which is not created in TRCCollectionMode.HEAP_FULL_LITERAL or TRCCollectionMode.HEAP_STATISTICS_ONLY_LITERAL.
Created attachment 183685 [details] Patch to TIDelegateHelper
Patch checked into HEAD.
Verified.