Closure Library API Documentation
Go to class or file:
debug.Trace_.Stat_
Extends
Class to keep track of a stat of a single tracer type. Stores the count and cumulative time.
Useful links
Demo
Source Code
Git
Inheritance
goog.debug.Trace_.Stat_
Constructor
goog.debug.Trace_.Stat_(
)
Instance Methods
Public
Protected
Private
Defined in
goog.debug.Trace_.Stat_
toString
()
⇒
string
No description.
Returns:
string
A string describing the tracer stat.
code »
Instance Properties
Defined in
goog.debug.Trace_.Stat_
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