Reputation: 189
If I go to JProfiler->CPU views->Call tree
and press on Record CPU
, I can detect easily which methods are called when I do a specific action in my application.
If I am doing a different action, I'd like to clear the previous results from the view. Does JProfiles has such a feature?
Upvotes: 3
Views: 666
Reputation: 47965
Just stop and start CPU recording, the results will then be cleared.
Upvotes: 6