Class PerformanceStatsServiceImpl

    • Constructor Detail

      • PerformanceStatsServiceImpl

        public PerformanceStatsServiceImpl()
    • Method Detail

      • recordExecution

        public void recordExecution​(@NotNull
                                    @NotNull ActionIdentifier actionIdentifier,
                                    long durationMillis)
        Description copied from interface: PerformanceStatsService
        Record execution of an action for which performance was measured.
        Specified by:
        recordExecution in interface PerformanceStatsService
        Parameters:
        actionIdentifier - identifier for the executed action
        durationMillis - time it took the action to complete, in milliseconds