public class Stopwatch extends Object
| コンストラクタと説明 |
|---|
Stopwatch() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
long |
reset()
Resets and returns elapsed time in milliseconds.
|
void |
resetAndLog(String label)
Resets and logs elapsed time in milliseconds.
|
public long reset()
public void resetAndLog(String label)
Copyright © 2009–2016. All rights reserved.