public class ProfileEntryStat extends Object
Constructor and Description |
---|
ProfileEntryStat() |
Modifier and Type | Method and Description |
---|---|
void |
addExecuteCount(long delta) |
void |
addExecuteTimeNanos(long delta) |
long |
getExecuteCount() |
long |
getExecuteTimeNanos() |
ProfileEntryStatValue |
getValue(boolean reset) |
public ProfileEntryStatValue getValue(boolean reset)
public long getExecuteCount()
public void addExecuteCount(long delta)
public long getExecuteTimeNanos()
public void addExecuteTimeNanos(long delta)
Copyright © 2013–2017 Alibaba Group. All rights reserved.