RE: [aspectj-users] method's calls

2009-04-27 Thread jeanlouis.pasturel
rg] De la part de Diana Cerbu Envoyé : lundi 27 avril 2009 23:44 À : aspectj-users@eclipse.org Objet : [aspectj-users] method's calls Hello, I am a novice in AspectJ and I’m trying to count the number of calls for a method or the duration of one. Does anyone have a clue? I also w

Re: [aspectj-users] method's calls

2009-04-27 Thread Andrew Eisenberg
Hi, You can find the AspectJ programming guide here: http://www.eclipse.org/aspectj/doc/released/progguide/index.html It is a good reference for the language. Here is a nice intro: http://www.javaworld.com/javaworld/jw-01-2002/jw-0118-aspect.html As for your question, try this (this captures onl

[aspectj-users] method's calls

2009-04-27 Thread Diana Cerbu
Hello, I am a novice in AspectJ and I'm trying to count the number of calls for a method or the duration of one. Does anyone have a clue? I also would like some advice about a good AspectJ documentation/help. Thanks. Regards, Diana ___ aspectj-