public class SAPStatistics extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
EXTENSIONDATAPROVIDER |
static String |
FRAMEWORK |
static String |
GENERICDATAPROVIDER |
static String |
SRVIMPLEMENTATION |
static String |
STATISTICSHEADER |
static String |
STATISTICSHEADER_CXS |
static String |
TOTAL |
| Constructor and Description |
|---|
SAPStatistics() |
| Modifier and Type | Method and Description |
|---|---|
void |
addTimings(SAPStatistics statisctics) |
void |
addTimings(String type,
long elapsedTime) |
void |
clear() |
Map<String,Long> |
getcurrentTimings() |
String |
getTimings(Long startTime) |
HashMap<String,Long> |
getTimingsMap() |
public static final String GENERICDATAPROVIDER
public static final String EXTENSIONDATAPROVIDER
public static final String SRVIMPLEMENTATION
public static final String FRAMEWORK
public static final String TOTAL
public static final String STATISTICSHEADER
public static final String STATISTICSHEADER_CXS
public void addTimings(String type, long elapsedTime)
public void clear()
public void addTimings(SAPStatistics statisctics)
Copyright © 2020 SAP. All Rights Reserved.