Skip to main content

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

Hi Soha.

I don't believe this is possible. You would have to use some more
low/level bytecode instrumentation tool like Soot or ASM.

Eric

--
Dr. Eric Bodden
Software Technology Group, Technische Universität Darmstadt, Germany
Tel: +49 6151 16-5478    Fax: +49 6151 16-5410
Mailing Address: S2|02 A209, Hochschulstraße 10, 64289 Darmstadt



On 10 June 2010 19:14, 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