DOC

com.commsen.stopwatch.api : stopwatch

Maven & Gradle

Jul 27, 2006

Stopwatch · Stopwatch is a free, simple, highly extensible, Java API that allows developers to easily monitor whole application or any part of it. By default Stopwatch generate reports about hits, execution times (total, average, minimum, maximum) as well as load but it can be easily extended to measure anything else by providing custom engine. Out of the box Stopwatch uses an in-memory HSQL database. It is able to persist collected data using a "storage". There is "storage" provided to persist into HSQL database and custom "storage" can be easily integrated.

Table Of Contents

Latest Version

Download com.commsen.stopwatch.api : stopwatch Javadoc & API Documentation - Latest Versions:

All Versions

Download com.commsen.stopwatch.api : stopwatch Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.3

How to open Javadoc JAR file in web browser

  1. Rename the file stopwatch-0.3-javadoc.jar to stopwatch-0.3-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder stopwatch-0.3-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "stopwatch-0.3-sources.jar" -d "stopwatch-0.3-javadoc" -subpackages