This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Written by Gil Tene of Azul Systems, and released to the public domain, | |
* as explained at http://creativecommons.org/publicdomain/zero/1.0/ | |
*/ | |
package org.HdrHistogram; | |
import java.util.concurrent.TimeUnit; | |
import java.util.concurrent.atomic.AtomicLongFieldUpdater; | |
import java.util.concurrent.locks.ReentrantLock; |