public class AbstractPerformanceRecorder extends java.lang.Object implements PerformanceRecorder
| 构造器和说明 |
|---|
AbstractPerformanceRecorder() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addCellCustomDisplayTime(java.lang.String columRow,
long time)
空方法
|
void |
addCellDynamicParameter(java.lang.String columnRow,
long time)
空方法
|
void |
addCellFilterTime(java.lang.String columRow,
long time)
空方法
|
void |
addCellHighlightTime(java.lang.String columnRow,
long time)
空方法
|
void |
addCellHyperlinkTime(java.lang.String columnRow,
long time)
空方法
|
void |
addCellPresentTime(java.lang.String columnRow,
long time)
空方法
|
void |
beginDataSourceRecord(java.lang.String name)
空方法
|
void |
completeRecorder()
空方法
|
void |
endDataSourceRecord(java.lang.String name)
空方法
|
void |
recordBuildDataTime(long dataTime)
空方法
|
void |
recordBuildDataTime(java.lang.String name,
long time)
空方法
|
void |
recordCalculateTime(long time)
空方法
|
void |
recordCellCalculateTime(java.lang.String columnRow,
long time)
空方法
|
void |
recordDataModelColCount(java.lang.String name,
int colCount)
空方法
|
void |
recordDataModelRowCount(java.lang.String name,
int rowCount)
空方法
|
void |
recordExportInfo(IExportInfo exportInfo)
空方法
|
void |
recordParameterMap(java.util.Map parameterMap4Execute)
空方法
|
void |
recordReportFromCache()
空方法
|
void |
recordReportMemory(java.lang.String reportName,
long size)
空方法
|
void |
recordSqlExecuteTime(long time)
空方法
|
void |
recordSqlExecuteTime(java.lang.String name,
long time)
空方法
|
void |
recordSQLFun(java.lang.String mark,
long time)
空方法
|
void |
recordSubmitInfo(ISubmitInfo exportInfo)
空方法
|
void |
recordToImageFun(java.lang.String mark,
long memory,
boolean fromCacahe)
空方法
|
void |
recordTransferTime(long transferTime)
空方法
|
void |
recordTransferTime(java.lang.String name,
long time)
空方法
|
void |
setWorkBookName(java.lang.String cptPath)
空方法
|
public void recordTransferTime(java.lang.String name,
long time)
recordTransferTime 在接口中 PerformanceRecordername - 名称time - 时间public void recordBuildDataTime(java.lang.String name,
long time)
recordBuildDataTime 在接口中 PerformanceRecordername - 数据集名称time - 时间public void recordCellCalculateTime(java.lang.String columnRow,
long time)
recordCellCalculateTime 在接口中 PerformanceRecordercolumnRow - 单元格名字time - 时间public void recordCalculateTime(long time)
recordCalculateTime 在接口中 PerformanceRecordertime - 时间public void addCellFilterTime(java.lang.String columRow,
long time)
addCellFilterTime 在接口中 PerformanceRecordercolumRow - 单元格位置time - 时间public void addCellCustomDisplayTime(java.lang.String columRow,
long time)
addCellCustomDisplayTime 在接口中 PerformanceRecordercolumRow - 单元格位置time - 时间public void setWorkBookName(java.lang.String cptPath)
setWorkBookName 在接口中 PerformanceRecordercptPath - 模板路径public void recordDataModelRowCount(java.lang.String name,
int rowCount)
recordDataModelRowCount 在接口中 PerformanceRecordername - 数据集名称rowCount - 行数public void recordDataModelColCount(java.lang.String name,
int colCount)
recordDataModelColCount 在接口中 PerformanceRecordername - 数据集名称colCount - 列数public void recordSqlExecuteTime(java.lang.String name,
long time)
recordSqlExecuteTime 在接口中 PerformanceRecordername - 数据集名称time - 时间public void completeRecorder()
completeRecorder 在接口中 PerformanceRecorderpublic void recordParameterMap(java.util.Map parameterMap4Execute)
recordParameterMap 在接口中 PerformanceRecorderparameterMap4Execute - 参数public void recordSQLFun(java.lang.String mark,
long time)
recordSQLFun 在接口中 PerformanceRecordermark - 与sql函数相关的标志,如"A1","other"time - 时间public void recordToImageFun(java.lang.String mark,
long memory,
boolean fromCacahe)
recordToImageFun 在接口中 PerformanceRecordermark - 标志memory - 内存fromCacahe - 是否来自缓存public void recordReportFromCache()
recordReportFromCache 在接口中 PerformanceRecorderpublic void endDataSourceRecord(java.lang.String name)
endDataSourceRecord 在接口中 PerformanceRecordername - 数据集名字public void recordBuildDataTime(long dataTime)
recordBuildDataTime 在接口中 PerformanceRecorderdataTime - 时间public void recordSqlExecuteTime(long time)
recordSqlExecuteTime 在接口中 PerformanceRecordertime - 时间public void recordTransferTime(long transferTime)
recordTransferTime 在接口中 PerformanceRecordertransferTime - 时间public void addCellDynamicParameter(java.lang.String columnRow,
long time)
addCellDynamicParameter 在接口中 PerformanceRecordercolumnRow - 单元格time - 时间public void beginDataSourceRecord(java.lang.String name)
beginDataSourceRecord 在接口中 PerformanceRecordername - 数据集名字public void addCellPresentTime(java.lang.String columnRow,
long time)
addCellPresentTime 在接口中 PerformanceRecordercolumnRow - 单元格time - 时间public void addCellHighlightTime(java.lang.String columnRow,
long time)
addCellHighlightTime 在接口中 PerformanceRecordercolumnRow - 单元格time - 时间public void addCellHyperlinkTime(java.lang.String columnRow,
long time)
addCellHyperlinkTime 在接口中 PerformanceRecordercolumnRow - 单元格time - 时间public void recordReportMemory(java.lang.String reportName,
long size)
recordReportMemory 在接口中 PerformanceRecorderreportName - 模板里sheet名称size - 内存public void recordExportInfo(IExportInfo exportInfo)
recordExportInfo 在接口中 PerformanceRecorderexportInfo - 导出记录public void recordSubmitInfo(ISubmitInfo exportInfo)
recordSubmitInfo 在接口中 PerformanceRecorderexportInfo - 提交记录