org.gridkit.jvmtool.event.TimespanEvent Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sjk-stacktrace Show documentation
Show all versions of sjk-stacktrace Show documentation
Thread dumps: capture and encoding
package org.gridkit.jvmtool.event;
public interface TimespanEvent extends TimestampedEvent {
// by convention duration is expected to be in microseconds
public long duration();
}