public static class ExecutionStatistics.ElementInfo
extends java.lang.Object
Constructor and Description |
---|
ElementInfo() |
Modifier and Type | Method and Description |
---|---|
int |
getFailedExecutionCount() |
java.lang.String |
getId() |
long |
getStatementsCount()
Returns total number of executed statements for this element.
|
int |
getSuccessfulExecutionCount() |
double |
getThroughput()
Returns throughput t=statements/workingTimeSeconds.
|
long |
getWorkingTime()
Returns the total number of nanoseconds spent while executing this element.
|
public int getSuccessfulExecutionCount()
public int getFailedExecutionCount()
public long getStatementsCount()
Note: execution in a loop affects total number, i.e. StatementsCount=loop_count*sql_statements_count
public long getWorkingTime()
public double getThroughput()
public java.lang.String getId()
Copyright © Copyright 2006-2019 The Scriptella Project Team.