jar

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 JAR file - Latest Versions:

All Versions

Download com.commsen.stopwatch.api : stopwatch JAR file - All Versions:

Version Vulnerabilities Size Updated
0.3

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window stopwatch-0.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.