public class ThreadUtil extends Object
| 构造器和说明 |
|---|
ThreadUtil() |
| 限定符和类型 | 方法和说明 |
|---|---|
static long |
getCurrentThreadCpuTime() |
static long |
getThreadCpuTime(long threadId) |
static List<ThreadData> |
getThreadDatas() |
public static long getCurrentThreadCpuTime()
public static long getThreadCpuTime(long threadId)
public static List<ThreadData> getThreadDatas()
Copyright © 2019. All rights reserved.