Package jetbrains.buildServer.util
Interface TraceState
-
- All Known Implementing Classes:
NoOpTraceState,TraceStateImpl,TraceStateWithPerf
public interface TraceState
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetNumberOfOperations()Iterator<ThreadStat.ThreadOperation>getOperations()ThreadStat.OperationDisposablestartOperation(String operationDescription)
-
-
-
Method Detail
-
startOperation
@NotNull ThreadStat.OperationDisposable startOperation(@NotNull String operationDescription)
-
getOperations
@NotNull Iterator<ThreadStat.ThreadOperation> getOperations()
-
getNumberOfOperations
int getNumberOfOperations()
-
-