public interface TracerDriver
void addTrace(String name, long time, TimeUnit unit)
name - of the eventtime - time event tookunit - time unitvoid addCount(String name, int increment)
name - name of the counterincrement - amount to incrementCopyright © 2011–2016 The Apache Software Foundation. All rights reserved.