All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JavaGroups.Profiler

java.lang.Object
   |
   +----JavaGroups.Profiler

public class Profiler
extends Object
Allows to time execution of 'named' statements, counts number of times called and total execution time.


Constructor Index

 o Profiler()

Method Index

 o Dump()
 o main(String[])
 o SetFilename(String)
 o Start(String)
 o Stop(String)

Constructors

 o Profiler
 public Profiler()

Methods

 o SetFilename
 public static void SetFilename(String filename)
 o Start
 public static void Start(String call_name)
 o Stop
 public static void Stop(String call_name)
 o Dump
 public static void Dump()
 o main
 public static void main(String args[])

All Packages  Class Hierarchy  This Package  Previous  Next  Index