Artikel lesen →
Andreas Steffan · Veröffentlicht am
Sometimes you need to know where an application is spending how much time. The old school System.currentTimeMillis() approach works for basic scenarios. If you have a Spring based application, applying an AOP style “bean injection” approach may get you far better results – cleaner and faster.