Interface AtlassianInstrumentation.AtlasSplit

Enclosing class:
AtlassianInstrumentation

public static interface AtlassianInstrumentation.AtlasSplit
Represents a timer split.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Stops the timer split and records the result.
  • Method Details

    • stop

      void stop()
      Stops the timer split and records the result. Should only be called once.