Download List

Project Description

high-resolution-timer is a library with Java and
C++ wrappers to implement high resolution timers.
These timers can be used, for example, to count
the ticks when doing performance analysis. This
library exploits the system dependent
timers/clocks and provides a timer-like interface
to the same. The attached file has build scripts
for Linux and Solaris. There is also a Java
wrapper over the library, which uses JNI to use
the timer interfaces.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2007-05-04 20:15
1.0

The library is a basic approach to design a base for the performance library. It has not yet taken into consideration the details of library preloads, etc. At load time, the library initializes itself with the timer with the least avg resolution. At unload time, the library cleans up by freeing any allocated memory. The library provides a getErrorMessage function to let the user know the detailed report of the error. The library exports start / stop JNI wrappers .
Tags: Initial freshmeat announcement

Project Resources