public interface IRuntimeInfo extends PerformanceInfo
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addMemory(long memory) |
void |
addNewMemory(long memory) |
void |
addNewUnitCount(long unitCount) |
void |
addUnitCount(long unitCount) |
long |
getMemory() |
long |
getNewMemory() |
long |
getNewUnitCount() |
long |
getUnitCount() |
void |
reset() |
void |
resetMemory() |
void |
resetNewMemory() |
void |
resetNewUnitCount() |
void |
resetUnitCount() |
parseJSONcreateJSONtoJSONStringlong getMemory()
void addMemory(long memory)
long getUnitCount()
void addUnitCount(long unitCount)
void resetUnitCount()
void resetMemory()
void addNewMemory(long memory)
long getNewMemory()
void resetNewMemory()
void addNewUnitCount(long unitCount)
long getNewUnitCount()
void resetNewUnitCount()
void reset()