[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
Re: [aspectj-dev] Monitoring Multiplication
|
- From: Eric Bodden <bodden@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 10 Jun 2010 19:29:08 +0200
- Delivered-to: aspectj-dev@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:mime-version:sender:received :in-reply-to:references:from:date:x-google-sender-auth:message-id :subject:to:content-type:content-transfer-encoding; bh=fiYZY0Q3ZxO9D70hoxDVjSi5PzPjykAwgJ8/0MN/k1A=; b=Yigjp9iZsUfAi/OHgTmRxDGtg5s+QRXwx9vuRjPd5DDINsF9T4WGRq41KadTPmwscu HZ0bJXyTjoBdfLF1ZR/LbvnIc3QeALXkDylWBoVDzUtcgxzZElNUSpxEsSQXCSs/w/WP 1WjWgu53/vPyl4sTVYvbJwJX/gXThYmNUo5tM=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:content-type :content-transfer-encoding; b=RO3XXLcWFvmbE53sKDFF5xdz930cxASX/ky0Zw/JlLTxe9C9TcLT6LVd5tEV4YBaU+ /a5HxlduQAWr0Lob1NAgyMMPF0C0UmqYUAZwDfxPyl4ZrworgxHTG7tNLQ9+K2pNluv3 OwM0XIyvPOIFSEkgIgEmEGYNdeS77929hyq4U=
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
>
>