debug.GcDiagnostics_ Extends
Class used for singleton goog.debug.GcDiagnostics. Used to hook into the L2 ActiveX controller to profile garbage collection information in IE. Can be used in combination with tracers (goog.debug.Trace), to provide object allocation counts from within the tracers or used alone by invoking start and stop. See http://go/l2binary for the install. TODO(user): Move the L2 installer somewhere more general.

Inheritance

Constructor

goog.debug.GcDiagnostics_()

Instance Methods

Public Protected Private
install()
Install the GcDiagnostics tool.
code »
start()
Starts recording garbage collection information. If a trace is already in progress, it is ended.
code »
stop()
Stops recording garbage collection information. Logs details on the garbage collections that occurred between start and stop. If tracers are in use, adds comments where each GC occurs.
code »

Instance Properties

logger_ : goog.debug.Logger
Logger for the gcDiagnotics
Code »

Package debug

Package Reference