Class ProfileSession
java.lang.Object
org.flowable.engine.test.profiler.ProfileSession
- Author:
- Joram Barrez
-
Field Summary
Modifier and TypeFieldDescriptionprotected Map<String,
List<CommandExecutionResult>> protected ThreadLocal<CommandExecutionResult>
protected Date
protected String
protected Date
protected long
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addCommandExecution
(String classFqn, CommandExecutionResult commandExecutionResult) void
getName()
long
void
setCommandExecutions
(Map<String, List<CommandExecutionResult>> commandExecutionResults) void
setCurrentCommandExecution
(CommandExecutionResult commandExecutionResult) void
setEndTime
(Date endTimeStamp) void
void
setStartTime
(Date startTime) void
setTotalTime
(long totalTime)
-
Field Details
-
name
-
startTime
-
endTime
-
totalTime
protected long totalTime -
currentCommandExecution
-
commandExecutionResults
-
-
Constructor Details
-
ProfileSession
-
-
Method Details
-
getCurrentCommandExecution
-
setCurrentCommandExecution
-
clearCurrentCommandExecution
public void clearCurrentCommandExecution() -
addCommandExecution
-
getName
-
setName
-
getStartTime
-
setStartTime
-
getEndTime
-
setEndTime
-
getTotalTime
public long getTotalTime() -
setTotalTime
public void setTotalTime(long totalTime) -
getCommandExecutions
-
setCommandExecutions
-
calculateSummaryStatistics
-