Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [aspectj-users] One target for intertype declarations

 
> Sampling instrumentation is a special use-case for AOP/AspectJ so it is
> quite likely you will have to roll-your-own implementation for 
> efficiency
> as general purpose mechanisms won't do exactly what you want.

See also HPROF (for those who haven't yet (and to state the obvious)).  
In the 1.5 VM, CPU usage uses bytecode injection.

Wes




Back to the top