Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-dev] Monitoring Binary Instructions

Unfortunately, this is not something that AspectJ can do since
multiplication is not a join point.  You would have to do some kind of
byte code manipulation.  You can try javassist or asm.

On Wed, Jun 30, 2010 at 11:59 AM, soha nabil <sohanabel@xxxxxxxxx> wrote:
> Hello, i have a question about how can one monitor floating point
> multiplications in aspectj, say i want to count the number for floating
> point multiplications done by a program. Is there some kind of a pointcut
> that i can use to monitor specific binary instructions? or perhaps there is
> another way to have it done in aspectj?
> thanks.
> soha
>
>
> _______________________________________________
> aspectj-dev mailing list
> aspectj-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-dev
>
>


Back to the top