Interface AtlassianInstrumentation.AtlasSplitFactory
- Enclosing class:
AtlassianInstrumentation
public static interface AtlassianInstrumentation.AtlasSplitFactory
Represents a factory for creating
AtlassianInstrumentation.AtlasSplit.-
Method Summary
Modifier and TypeMethodDescriptionstartSplit(String name) Creates a split associated with a timer of a specified name.
-
Method Details
-
startSplit
Creates a split associated with a timer of a specified name.- Parameters:
name- the name of the timer to associate the split time with.- Returns:
- a started split.
-