Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Announcing DJProf v1.0 !

Hi all,

I thought this announcement maybe of particular interest to subscribers of aspectj-users, since it is an example of a non-trivial AspectJ program which uses Load-Time Weaving.

DJProf is an experimental Java profiling tool which employs AspectJ to insert the necessary instrumentation for profiling rather than, for example, the Java Machine Profiler Interface (JVMPI). DJProf can be used to profile Java programs without modification (i.e. there is no need to recompile them for profiling) and does not require the user to have any knowledge of AspectJ. The Load-Time Weaving capability of AspectJ is utilised to make this possible. The tool (including its source code) is released under a very straightforward (and unrestrictive) license for the benefit of all. It can be obtained from here:

http://www.mcs.vuw.ac.nz/djprof/

Any and all feedback is welcomed!

Thanks,

David J. Pearce

--
Lecturer in Computer Science,
School of Mathematics, Statistics and Computer Science,
Victoria University of Wellington,
PO Box 600,
Wellington,
New Zealand.

Office: Cotton 231
Telephone: +64 4 463 5833
URL: http://www.mcs.vuw.ac.nz/~djp


Back to the top