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 int
getNumberOfOperations()
Iterator<ThreadStat.ThreadOperation>
getOperations()
ThreadStat.OperationDisposable
startOperation(String operationDescription)
-
-
-
Method Detail
-
startOperation
@NotNull ThreadStat.OperationDisposable startOperation(@NotNull String operationDescription)
-
getOperations
@NotNull Iterator<ThreadStat.ThreadOperation> getOperations()
-
getNumberOfOperations
int getNumberOfOperations()
-
-