Profiler support in KDevelop

GEHRMANN BERND BERND.GEHRMANN at gruppotc.com
Mon Oct 7 10:16:02 UTC 2002


> -----Original Message-----
> From: okuti [mailto:jbb at kdevelop.org]
> Sent: venerdì, 4. ottobre 2002 21:06
> To: Desmond, Colin
> Cc: kdevelop
> Subject: Re: Profiler support in KDevelop
> 
> KDevelop is now using KParts components so if you turn KProf 
> into a KPart I 
> believe it should be easy to add.

Well, it's not pure KParts, but a layer on top of it. So if you
wanted to add KProf as a KDevelop component, you would have to
add a dependency on libkdevelop. An alternative for a "light"
integration would be to implement only a small proxy component
which communicates with KProf via DCOP. This would avoid a
compile-time dependency. OTOH, some things might be more difficult
to implement this way.

Bernd.




More information about the KDevelop-devel mailing list