Class FlowableProfiler

java.lang.Object
org.flowable.engine.test.profiler.FlowableProfiler
All Implemented Interfaces:
org.flowable.common.engine.impl.EngineConfigurator

public class FlowableProfiler extends Object implements org.flowable.common.engine.impl.EngineConfigurator
Author:
Joram Barrez
  • Field Details

  • Constructor Details

    • FlowableProfiler

      public FlowableProfiler()
  • Method Details

    • getInstance

      public static FlowableProfiler getInstance()
    • beforeInit

      public void beforeInit(org.flowable.common.engine.impl.AbstractEngineConfiguration engineConfiguration)
      Specified by:
      beforeInit in interface org.flowable.common.engine.impl.EngineConfigurator
    • configure

      public void configure(org.flowable.common.engine.impl.AbstractEngineConfiguration engineConfiguration)
      Specified by:
      configure in interface org.flowable.common.engine.impl.EngineConfigurator
    • getPriority

      public int getPriority()
      Specified by:
      getPriority in interface org.flowable.common.engine.impl.EngineConfigurator
    • reset

      public void reset()
    • startProfileSession

      public void startProfileSession(String name)
    • stopCurrentProfileSession

      public void stopCurrentProfileSession()
    • getCurrentProfileSession

      public ProfileSession getCurrentProfileSession()
    • setCurrentProfileSession

      public void setCurrentProfileSession(ProfileSession currentProfileSession)
    • getProfileSessions

      public List<ProfileSession> getProfileSessions()
    • setProfileSessions

      public void setProfileSessions(List<ProfileSession> profileSessions)