Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] investigating performance issues

Hi,

The VisualVM application shipped with Oracles JVM has support for sampling-based profiling, among other things. That's what I usually resort to when I need to figure out where the cycles are going.

/Jesper

-----Original Message-----
From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Nathan Ridge
Sent: den 11 augusti 2016 06:27
To: CDT Mailing List
Subject: Re: [cdt-dev] investigating performance issues

> I'm investigating the performance impact of a patch that I'm reviewing (bug 490475).
>
> I noticed that with the patch applied, indexing a project, and performing certain UI operations such as "Open Declaration", take longer than before. I would like to understand what exactly is taking up the additional time.
>
> Is there a profiler or other tool that's typically used to investigate issues like this?

^ Thought I'd ask again, in case people were away on vacation when I first sent this :)

Thanks!
Nate
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top