aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/java/kamon/jsr166/LongAdder.java
Commit message (Expand)AuthorAgeFilesLines
* * Introduce Java 8 Unsafe intrinsics in LogAdder (lock addq and lock xchg)Diego2017-06-081-45/+80
* implement MinMaxCounter and Gauge, include them in the InstrumentFactoryIvan Topolnjak2017-04-281-0/+224
* Prepare for the major cleanupIvan Topolnjak2017-04-241-224/+0
* Cas collect compatibility with earlier jvms (#399)Ivan Topolnjak2016-10-041-0/+15
* + core: inline jsr166 to remove dependencyDiego2014-08-091-0/+209