StopWatch instead@Deprecated public class CodeTimer extends Object
| Constructor and Description |
|---|
CodeTimer(String operation)
Deprecated.
Use
StopWatch instead |
| Modifier and Type | Method and Description |
|---|---|
void |
logDone()
Deprecated.
Use
StopWatch instead |
void |
logDone(PrintStream stream)
Deprecated.
Use
StopWatch instead |
static void |
setEnabled(boolean enabled)
Deprecated.
Use
StopWatch instead |
@Deprecated public CodeTimer(String operation)
StopWatch insteadoperation - the name of the operation, such as “parsing form”@Deprecated public void logDone()
StopWatch instead@Deprecated public void logDone(PrintStream stream)
StopWatch insteadstream - the PrintStream onto which to log the message@Deprecated public static void setEnabled(boolean enabled)
StopWatch insteadCopyright © 2024. All rights reserved.