Modifier and Type | Method and Description |
---|---|
String |
getTaskName()
获取任务名
|
long |
getTimeMillis()
获取任务花费时间(单位:毫秒)
|
long |
getTimeNanos()
获取任务花费时间(单位:纳秒)
|
double |
getTimeSeconds()
获取任务花费时间(单位:秒)
|
public String getTaskName()
public long getTimeNanos()
getTimeMillis()
,
getTimeSeconds()
public long getTimeMillis()
getTimeNanos()
,
getTimeSeconds()
public double getTimeSeconds()
getTimeMillis()
,
getTimeNanos()
Copyright © 2021. All rights reserved.