Package | Description |
---|---|
com.epimorphics.lda.support.statistics |
The statistics package contains the StatsValue class,
which stores Elda's query statistics, and its support class
Interval.
|
Modifier and Type | Field and Description |
---|---|
static Interval |
StatsValues.totalRenderSize |
static Interval |
StatsValues.totalRenderTime |
static Interval |
StatsValues.totalSelectionTime |
static Interval |
StatsValues.totalSelectQuerySize |
static Interval |
StatsValues.totalStylesheetCompileTime |
static Interval |
StatsValues.totalViewQuerySize |
static Interval |
StatsValues.totalViewTime |
Modifier and Type | Field and Description |
---|---|
static Map<String,Interval> |
StatsValues.formatDurations |
static Map<String,Interval> |
StatsValues.formatSizes |
Modifier and Type | Method and Description |
---|---|
static void |
StatsValues.updateFormatDependentValues(Map<String,Interval> x,
String format,
long duration) |
Copyright © 2014. All Rights Reserved.