TV-Browser 3.3.3 API

util.io
Class Profiler

java.lang.Object
  extended by util.io.Profiler

Deprecated. since 3.0

@Deprecated
public class Profiler
extends java.lang.Object

A little helper class that allows a simple profiling (time measuring).

Author:
Til Schneider, www.murfman.de

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

Profiler

public Profiler()
Deprecated. 
Creates a new instance of Profiler.

Method Detail

getDefault

public static Profiler getDefault()
Deprecated. 
Gets the default profiler.

Returns:
the default profiler.

show

public void show(java.lang.String text)
Deprecated. 
Shows the stopped time. And starts a new time measure.

The printing of the result is not measured, of corse.

Parameters:
text - A text that allows you to identify the location in the code.

TV-Browser 3.3.3 API

TV-Browser 3.3.3, Copyright (C) 2004-2008 TV-Browser Team (dev@tvbrowser.org)