[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.hyades] Re: Inspecting collected traces data

Sounds goods ... thanks.

So, the question becomes, where is the entry point of Hyades EMF's model
when I'm an external eclipse plugin... (;-).

Perhaps a good door to enter in the Hyades models world is to implements
a ProfileEventListener, in order to catch STOP_COLLECTING events.
This give us a TRCAgentProxy, from it we are able to unwind the model's 
spaghetti ;-)...
I'll try that.


Richard Duggan wrote:

> Arnaud,
> The Hyades trace model is implemented as an EMF model and hense all of the
> objects are EObjects.  If you are interested in listening to change events
> in the model this would need to be done as part of the EMF API's.
> Unfortunately, I am not an expert in EMF.  I will encourage one of my peers
> to respond in more detail.

> Thanks,
> Richard.