public interface EngineStatistics
Engine
Modifier and Type | Method and Description |
---|---|
long |
getDataFetchingCpuTime()
Get the CPU time that is used for fetching the report data from a datasource, measured in nanoseconds.
|
long |
getDataFetchingSystemTime()
Get the system time that is used for fetching the report data from a datasource, measured in nanoseconds.
|
long |
getExecutionSystemTime()
Get the rendering system time of the report in nanoseconds.
|
long |
getLoadingCpuTime()
Get the CPU time that is used for loading the rpt file in nanoseconds.
|
long |
getLoadingSystemTime()
Get the system time that is used for loading the rpt file in nanoseconds.
|
long |
getMainExecutionCpuTime()
Get the rendering CPU time of the main report in nanoseconds.
|
long |
getRenderStartDate()
Get the point in time when the report has started rendering.
|
long |
getSubExecutionCpuTime()
Get the rendering CPU time of all sub report in nanoseconds.
|
long |
getTotalCpuTime()
Get the sum of all other CPU times.
|
long |
getTotalSystemTime()
Get the sum of all other system times.
|
long getRenderStartDate()
long getLoadingCpuTime()
long getDataFetchingCpuTime()
long getMainExecutionCpuTime()
long getSubExecutionCpuTime()
long getTotalCpuTime()
long getLoadingSystemTime()
long getDataFetchingSystemTime()
long getExecutionSystemTime()
long getTotalSystemTime()
Copyright © 1999-2020 by i-net software GmbH