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 Summary
FieldsModifier and TypeFieldDescriptionprotected ProfileSessionprotected static FlowableProfilerprotected List<ProfileSession> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbeforeInit(org.flowable.common.engine.impl.AbstractEngineConfiguration engineConfiguration) voidconfigure(org.flowable.common.engine.impl.AbstractEngineConfiguration engineConfiguration) static FlowableProfilerintvoidreset()voidsetCurrentProfileSession(ProfileSession currentProfileSession) voidsetProfileSessions(List<ProfileSession> profileSessions) voidstartProfileSession(String name) void
-
Field Details
-
INSTANCE
-
currentProfileSession
-
profileSessions
-
-
Constructor Details
-
FlowableProfiler
public FlowableProfiler()
-
-
Method Details
-
getInstance
-
beforeInit
public void beforeInit(org.flowable.common.engine.impl.AbstractEngineConfiguration engineConfiguration) - Specified by:
beforeInitin interfaceorg.flowable.common.engine.impl.EngineConfigurator
-
configure
public void configure(org.flowable.common.engine.impl.AbstractEngineConfiguration engineConfiguration) - Specified by:
configurein interfaceorg.flowable.common.engine.impl.EngineConfigurator
-
getPriority
public int getPriority()- Specified by:
getPriorityin interfaceorg.flowable.common.engine.impl.EngineConfigurator
-
reset
public void reset() -
startProfileSession
-
stopCurrentProfileSession
public void stopCurrentProfileSession() -
getCurrentProfileSession
-
setCurrentProfileSession
-
getProfileSessions
-
setProfileSessions
-