Skip to content

Commit

Permalink
Specify that the allocation size aggregator is sampled
Browse files Browse the repository at this point in the history
  • Loading branch information
verdie-g committed May 26, 2024
1 parent f3bacbb commit c37fe0a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ internal class AllocationSizeAggregator : ICallTreeCountAggregator
{
public static AllocationSizeAggregator Instance { get; } = new();

public string Name => "Allocation Size";
public string Name => "Allocation Size (sampled)";

public EventKey? StartEventKey { get; } = new(KnownProviders.Runtime, "GCAllocationTick", 10);

Expand Down

0 comments on commit c37fe0a

Please sign in to comment.