|
TV-Browser 3.3.3 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object util.io.Profiler
@Deprecated public class Profiler
A little helper class that allows a simple profiling (time measuring).
Constructor Summary | |
---|---|
Profiler()
Deprecated. Creates a new instance of Profiler. |
Method Summary | |
---|---|
static Profiler |
getDefault()
Deprecated. Gets the default profiler. |
void |
show(java.lang.String text)
Deprecated. Shows the stopped time. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Profiler()
Method Detail |
---|
public static Profiler getDefault()
public void show(java.lang.String text)
The printing of the result is not measured, of corse.
text
- A text that allows you to identify the location in the code.
|
TV-Browser 3.3.3 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |