Finding total number of objects created throughout lifetime of an Java application using VisualVM or something

Viewed 24

I know that using "Sampler", we can figure out the number of objects created at any given point in time but is it possible to figure out the total number of objects created throughout the lifetime of an Java application using VisualVM or any other mechanism?

0 Answers
Related