Class FlowableProfiler
java.lang.Object
org.flowable.engine.test.profiler.FlowableProfiler
- All Implemented Interfaces:
EngineConfigurator
- Author:
- Joram Barrez
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ProfileSessionprotected static FlowableProfilerprotected List<ProfileSession> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbeforeInit(AbstractEngineConfiguration engineConfiguration) voidconfigure(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
- Specified by:
beforeInitin interfaceEngineConfigurator
-
configure
- Specified by:
configurein interfaceEngineConfigurator
-
getPriority
public int getPriority()- Specified by:
getPriorityin interfaceEngineConfigurator
-
reset
public void reset() -
startProfileSession
-
stopCurrentProfileSession
public void stopCurrentProfileSession() -
getCurrentProfileSession
-
setCurrentProfileSession
-
getProfileSessions
-
setProfileSessions
-