Bug 295517 - Enable pointcut matching timer information in AJDT Event trace view
Summary: Enable pointcut matching timer information in AJDT Event trace view
Status: NEW
Alias: None
Product: AspectJ
Classification: Tools
Component: Compiler (show other bugs)
Version: unspecified   Edit
Hardware: Macintosh Mac OS X - Carbon (unsup.)
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: aspectj inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-18 16:47 EST by Andrew Eisenberg CLA
Modified: 2009-11-26 11:34 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Eisenberg CLA 2009-11-18 16:47:11 EST
The new pointcut matching timer information should be available in the Event trace view.

Here is what I just implemented:

Two new options in the AJ compiler preferences page, one for Verbose and one for Pointcut matching timers (in the 'Other' section).  When both are enabled and the 'Compiler / Task list' filter is selected in the Event Trace view, these messages will be displayed (along with some other info messages).  When Pointcut matching timers is deselected, but the others are still selected, the extra info messages (eg- pipelining and such), are displayed, but no timers.

This can be enabled/disabled on a per project basis.

I think this solution is pretty good and I will commit.
Comment 1 Andrew Clement CLA 2009-11-26 11:34:47 EST
is this meant to be an AspectJ bug?