Package jetbrains.buildServer.util
Interface ThreadStat.ThreadOperation
-
- Enclosing class:
- ThreadStat
public static interface ThreadStat.ThreadOperation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDescription()longgetDurationNanos()intgetLevel()longgetStartNanos()
-
-
-
Method Detail
-
getLevel
int getLevel()
-
getDescription
@NotNull String getDescription()
-
getStartNanos
long getStartNanos()
-
getDurationNanos
long getDurationNanos()
-
-