Identify time spent in rendering

Questions about YourKit Java Profiler
Post Reply
Asheesh
Posts: 3
Joined: Mon Aug 18, 2014 12:54 pm

Identify time spent in rendering

Post by Asheesh »

We have a Swing Application and its slow. It fetches data using web services. This data fetching is done by SwingWorker in a separate thread. When data arrives its rendered.

I would like to identify whether fetching data or its rendering is the culprit.
Is there anyway in which I can make out how much time is spent in rendering using YJP

Any pointers to demarcate the boundaries and find time spent in rendering will be appreciated.
Post Reply