All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Search JAR files by class name

Download stopwatch JAR 0.3 with all dependencies


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.

Files of the artifact stopwatch version 0.3 from the group com.commsen.stopwatch.api.

The newest version!
Show more of this group  Show more artifacts with this name
Show all versions of stopwatch

Please rate this JAR file. Is it a good library?

40 downloads

Source code of stopwatch version 0.3

META-INF
META-INF.META-INF.MANIFEST.MF
com.commsen.stopwatch
com.commsen.stopwatch.com.commsen.stopwatch.Report
com.commsen.stopwatch.com.commsen.stopwatch.Stopwatch
com.commsen.stopwatch.com.commsen.stopwatch.StopwatchEngine
com.commsen.stopwatch.com.commsen.stopwatch.StopwatchStorage
com.commsen.stopwatch.com.commsen.stopwatch.StopwatchStorageException
com.commsen.stopwatch.engines
com.commsen.stopwatch.engines.com.commsen.stopwatch.engines.DefaultStopwatchEngine
com.commsen.stopwatch.engines.com.commsen.stopwatch.engines.LoadStopwatchEngine
com.commsen.stopwatch.engines.com.commsen.stopwatch.engines.MemoryStopwatchEngine
com.commsen.stopwatch.jmx
com.commsen.stopwatch.jmx.com.commsen.stopwatch.jmx.StopwatchAgent
com.commsen.stopwatch.jmx.com.commsen.stopwatch.jmx.StopwatchManager
com.commsen.stopwatch.jmx.com.commsen.stopwatch.jmx.StopwatchManagerMBean
com.commsen.stopwatch.reports
com.commsen.stopwatch.reports.com.commsen.stopwatch.reports.DefaultStopwatchReport
com.commsen.stopwatch.reports.com.commsen.stopwatch.reports.LoadStopwatchReport
com.commsen.stopwatch.reports.com.commsen.stopwatch.reports.MemoryStopwatchReport
com.commsen.stopwatch.storages
com.commsen.stopwatch.storages.com.commsen.stopwatch.storages.AbstractDatabaseStorage
com.commsen.stopwatch.storages.com.commsen.stopwatch.storages.DefaultHSQLInMemoryStorage
com.commsen.stopwatch.storages.com.commsen.stopwatch.storages.DefaultHSQLStorage
com.commsen.stopwatch.storages.com.commsen.stopwatch.storages.LoadHSQLInMemoryStorage
com.commsen.stopwatch.storages.com.commsen.stopwatch.storages.LoadHSQLStorage
com.commsen.stopwatch.storages.com.commsen.stopwatch.storages.MemoryHSQLInMemoryStorage
com.commsen.stopwatch.storages.com.commsen.stopwatch.storages.MemoryHSQLStorage
com.commsen.stopwatch.storages.com.commsen.stopwatch.storages.StorageManager
com.commsen.stopwatch.web.filter
com.commsen.stopwatch.web.filter.com.commsen.stopwatch.web.filter.RequestTimingFilter
.sample.stopwatch.properties




© 2015 - 2024 Weber Informatics LLC | Privacy Policy