Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] Additional pre-defined service in PTP

Now I think about it, "Profile" is what Eclipse uses to refer generically to performance tools, and is what it calls launch configurations, and there's also a "Profile" button. These service providers are also not really meant to be visible to the user, so I wonder if we shouldn't match what Eclipse does?

Greg

On Sep 30, 2009, at 2:16 PM, Dave Wootton wrote:

Greg
I think renaming it is a good idea. I didn't use the profile service for my plugin since I thought the term 'profile' too narrowly specified what my plugin provided. Performance analysis, or something similar would be
fine with me.
Dave



From:
Greg Watson <g.watson@xxxxxxxxxxxx>
To:
Parallel Tools Platform general developers <ptp-dev@xxxxxxxxxxx>
Date:
09/30/2009 02:38 PM
Subject:
Re: [ptp-dev] Additional pre-defined service in PTP
Sent by:
ptp-dev-bounces@xxxxxxxxxxx



Hi Dave,

I was thinking that the profile service would be used for that. We can
rename it if you like.

Greg

On Sep 30, 2009, at 9:27 AM, Dave Wootton wrote:

Greg
I've defined a performance analysis service that a plugin I am
working on
would be part of. Currently, the definition of the service is in my
plugin, and then I register my plugin using the service provider and
service contributor extensions under that service.

I'm thinking that this new service should be a predefined service in
PTP,
similar to the launch, debug and profile services so that anyone
else who
wants to implement plugins can register then under that service
without
requiring my plugin.

If this sounds reasonable, I can add the new service definition to
org.eclipse.ptp.core
Dave
_______________________________________________
ptp-dev mailing list
ptp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-dev

_______________________________________________
ptp-dev mailing list
ptp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-dev



_______________________________________________
ptp-dev mailing list
ptp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-dev



Back to the top