Package com.linkedin.parseq.trace

Examples of com.linkedin.parseq.trace.ShallowTrace


    }
  }

  private long elapsedMillis(final Task<?> task)
  {
    final ShallowTrace trace = task.getShallowTrace();
    return (trace.getEndNanos() - trace.getStartNanos()) / 1000000;
  }
View Full Code Here

TOP

Related Classes of com.linkedin.parseq.trace.ShallowTrace

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.