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
Modifier and TypeFieldDescriptionprotected ProfileSession
protected static FlowableProfiler
protected List<ProfileSession>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
beforeInit
(org.flowable.common.engine.impl.AbstractEngineConfiguration engineConfiguration) void
configure
(org.flowable.common.engine.impl.AbstractEngineConfiguration engineConfiguration) static FlowableProfiler
int
void
reset()
void
setCurrentProfileSession
(ProfileSession currentProfileSession) void
setProfileSessions
(List<ProfileSession> profileSessions) void
startProfileSession
(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:
beforeInit
in interfaceorg.flowable.common.engine.impl.EngineConfigurator
-
configure
public void configure(org.flowable.common.engine.impl.AbstractEngineConfiguration engineConfiguration) - Specified by:
configure
in interfaceorg.flowable.common.engine.impl.EngineConfigurator
-
getPriority
public int getPriority()- Specified by:
getPriority
in interfaceorg.flowable.common.engine.impl.EngineConfigurator
-
reset
public void reset() -
startProfileSession
-
stopCurrentProfileSession
public void stopCurrentProfileSession() -
getCurrentProfileSession
-
setCurrentProfileSession
-
getProfileSessions
-
setProfileSessions
-