MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
utils.HrtProfiler Class Reference
Collaboration diagram for utils.HrtProfiler:

Classes

class  Frame

Static Public Member Functions

static void enter (String name)
static void leave (String name)
static void report ()

Static Protected Attributes

static final PrintWriter out = new PrintWriter(System.out, true)
static Map< String, Frame > methods = new TreeMap< String, Frame >()

Detailed Description

A Java High-Resolution Time Method Call Profiling Utility.

Definition at line 32 of file HrtProfiler.java.


The documentation for this class was generated from the following file: