Show the types of objects being allocated
Open
component: runner
P3
type=enhancement
- Dominant language
- Java
- Stars
- 818
- Forks
- 112
- Avg merge
- 12m
- Merged PRs (30d)
- 5
Description
```
It'd be useful to show the types of objects being allocated.
This data is already provided to Sampler
(http://code.google.com/p/java-allocation-instrumenter/source/browse/trunk/src/c
om/google/monitoring/runtime/instrumentation/Sampler.java), we just need to
retain it.
Allocation counts and sizes could then be displayed as a distribution over the
types.
```
Original issue reported on code.google.com by `brianfromoregon` on 22 Dec 2010 at 9:25
Contributor guide
Assessment
This issue has not been assessed yet.