Java Stopwatch News
Brought to you by:
azzazzel
Stopwatch is a simple but extendable Java API that allows developers to easily monitor applications performance.
Due to its minimal performance overhead and multi-threaded capabilities, it can be used in production systems.
To further reduce performance overhead Stopwatch can be enabled/disabled at runtime (locally or remotely via JMX).
By default Stopwatch uses in-memory HSQL database to store its data, but any other JDBC compliant database can be used.
Version 0.2 is the first publicly available version of Stopwatch. For more information please visit http://jstopwatch.sourceforge.net