| Package | Description |
|---|---|
| org.nutz.lang |
Java语法糖,封装众多常用实用方法
|
| org.nutz.resource |
扫描资源的扫描器
|
| Modifier and Type | Method and Description |
|---|---|
static Stopwatch |
Stopwatch.begin()
秒表开始计时,计时时间的最小单位是毫秒
|
static Stopwatch |
Stopwatch.beginNano()
秒表开始计时,计时时间的最小单位是毫微秒
|
static Stopwatch |
Stopwatch.create()
创建一个秒表对象,该对象的计时时间的最小单位是毫秒
|
static Stopwatch |
Stopwatch.createNano()
创建一个秒表对象,该对象的计时时间的最小单位是毫微秒
|
static Stopwatch |
Stopwatch.run(Runnable atom) |
static Stopwatch |
Stopwatch.runNano(Runnable atom) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Scans.printLocations(Stopwatch sw) |
Copyright © 2017. All rights reserved.