public class BenchmarkResult
性能测试结果
| 构造器和说明 |
|---|
BenchmarkResult(net.jkcode.jkguard.measure.IMetricBucket bucket,
long runTime)
性能测试结果
|
| 限定符和类型 | 方法和说明 |
|---|---|
int |
compareTo(BenchmarkResult other) |
net.jkcode.jkguard.measure.IMetricBucket |
getBucket() |
long |
getRunTime() |
java.lang.String |
toString() |
java.lang.String |
toSummary() |
public BenchmarkResult(net.jkcode.jkguard.measure.IMetricBucket bucket,
long runTime)
性能测试结果
public java.lang.String toString()
public java.lang.String toSummary()
public int compareTo(BenchmarkResult other)
public net.jkcode.jkguard.measure.IMetricBucket getBucket()
public long getRunTime()