Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [linuxtools-dev] Linuxtools unified launch

> I'll just take this opportunity to point out once more that PTP
> provides a complete framework for integrating external performance
> tools with Eclipse without the need to write plugin code. The
> framework includes the ability to specify a user interface in the
> profiling launch configuration and to launch the tools remotely. It
> would be great if we could enhance this framework to support the
> unified launch requirements of Linuxtools.
> 
> Cheers,
> Greg

I'll take a look at the framework and see how we could use it to
provide the tools. From a quick skimming of some tutorials I see
that it would reduce the creation of plugins/code to just writing
some xml that defines the tool, it's options/etc. There's still
certain plugins that require a fair bit of post processing, and
some require launching a tool to set it up rather than just having
a single launch. It does look like something we should explore.

Ultimately this whole profiling unification is meant to help us
integrate better with the CDT, so that should be our main concern
for the time being.

-- 
Roland Grunberg


Back to the top