Performance problem
To find performance related problem spots in your application,
turn to JProfiler's CPU section. Often,
performance problems are caused by excessive creation of temporary objects. For that
case, the recorded objects views
with its view mode set to "garbage collected objects" will show you where efforts
to reduce allocations make sense.
For I/O or any other subsystem that is measured by a probe, the
probe views show you higher-level information on what
operations take a lot of time.