public class FlowableProfiler extends Object implements EngineConfigurator
| Modifier and Type | Field and Description |
|---|---|
protected ProfileSession |
currentProfileSession |
protected static FlowableProfiler |
INSTANCE |
protected List<ProfileSession> |
profileSessions |
| Constructor and Description |
|---|
FlowableProfiler() |
| Modifier and Type | Method and Description |
|---|---|
void |
beforeInit(AbstractEngineConfiguration engineConfiguration) |
void |
configure(AbstractEngineConfiguration engineConfiguration) |
ProfileSession |
getCurrentProfileSession() |
static FlowableProfiler |
getInstance() |
int |
getPriority() |
List<ProfileSession> |
getProfileSessions() |
void |
reset() |
void |
setCurrentProfileSession(ProfileSession currentProfileSession) |
void |
setProfileSessions(List<ProfileSession> profileSessions) |
void |
startProfileSession(String name) |
void |
stopCurrentProfileSession() |
protected static FlowableProfiler INSTANCE
protected ProfileSession currentProfileSession
protected List<ProfileSession> profileSessions
public static FlowableProfiler getInstance()
public void beforeInit(AbstractEngineConfiguration engineConfiguration)
beforeInit in interface EngineConfiguratorpublic void configure(AbstractEngineConfiguration engineConfiguration)
configure in interface EngineConfiguratorpublic int getPriority()
getPriority in interface EngineConfiguratorpublic void reset()
public void startProfileSession(String name)
public void stopCurrentProfileSession()
public ProfileSession getCurrentProfileSession()
public void setCurrentProfileSession(ProfileSession currentProfileSession)
public List<ProfileSession> getProfileSessions()
public void setProfileSessions(List<ProfileSession> profileSessions)
Copyright © 2018 Flowable. All rights reserved.