Soid
Soid

Reputation: 2859

In JProfiler how to expand the number of biggest objects?

I'm trying to use JProfiler to find biggest objects in my App. It shows me top 6 biggest objects, and cuts off everything else. I can't figure out how to see more top objects. Probably missing something obvious. Or maybe it's a problem on MacOS? Here's what I'm talking about:

Jmeter biggest objects profiling

You can see there are other 2,884,610 objects that consume 249MB memory. How can I see more of them? In the legend I found the following help message:

"In order to keep the UI responsive, JProfiler only shows a small number of top-level objects.

Clicking on the hyperlink in the node will add more top-level objects. The block size of the number of added instances can be confiured in the view settings."

But I can't find the hyperlink in the node. Can someone point me to it?

Upvotes: 1

Views: 484

Answers (1)

René Winkler
René Winkler

Reputation: 7068

Right Click --> Use selected Instances --> Biggest Objects

Upvotes: 2

Related Questions