Class CallCounter

java.lang.Object
com.yourkit.probes.Counter
com.yourkit.probes.CallCounter

public abstract class CallCounter extends Counter
Monitor lasting events like method calls, e.g. DB queries or JSP requests
  • Constructor Details

    • CallCounter

      public CallCounter(@Nullable String guid, @NotNull String... path)
  • Method Details

    • setValueAndResetMinMax

      public final void setValueAndResetMinMax(int definitionId)
    • updateMs

      public final void updateMs(long durationMs, @Nullable Object callDescriptionObject)
    • updateNs

      public final void updateNs(long durationNs, @Nullable Object callDescriptionObject)
    • getDetail

      @Nullable public abstract String getDetail(@NotNull Object callDescriptionObject)