| Package | Description |
|---|---|
| eu.fthevenet.util.logging |
| Modifier and Type | Method and Description |
|---|---|
static Profiler |
Profiler.start(Profiler.Elapsed elapsed)
Returns a new instance of the
Profiler class. |
static Profiler |
Profiler.start(Profiler.Elapsed elapsed,
long threshold)
Returns a new instance of the
Profiler class. |
static Profiler |
Profiler.start(Profiler.OutputDelegate writeCallback)
Returns a new instance of the
Profiler class. |
static Profiler |
Profiler.start(Profiler.OutputDelegate writeCallback,
long threshold)
Returns a new instance of the
Profiler class. |
static Profiler |
Profiler.start(java.lang.String message)
Returns a new instance of the
Profiler class. |
static Profiler |
Profiler.start(java.lang.String message,
long threshold)
Returns a new instance of the
Profiler class. |
static Profiler |
Profiler.start(java.lang.String message,
Profiler.OutputDelegate writeCallback)
Returns a new instance of the
Profiler class. |
static Profiler |
Profiler.start(java.lang.String message,
Profiler.OutputDelegate writeCallback,
long threshold)
Returns a new instance of the
Profiler class. |
Copyright © 2018 Frederic Thevenet. All rights reserved.