debug.Trace_.Stat_ Extends
Class to keep track of a stat of a single tracer type. Stores the count and cumulative time.

Inheritance

Constructor

goog.debug.Trace_.Stat_()

Instance Methods

Public Protected Private
toString() string
No description.
Returns: string  A string describing the tracer stat.
code »

Instance Properties

count :
Number of tracers
Code »
time :
Cumulative time of traces
Code »
type :
No description.
Code »
varAlloc :
Total number of allocations for this tracer type
Code »

Package debug.Trace_

Package Reference