Skip to content

Latest commit

 

History

History
73 lines (52 loc) · 1.78 KB

profiler.md

File metadata and controls

73 lines (52 loc) · 1.78 KB

Classes

ProfilerFeature

provides basic profiling capabilities for named events.

Members

report : TimingsReport

Typedefs

TimingReport : Object
TimingsReport : Object.<String, TimingReport>

ProfilerFeature

provides basic profiling capabilities for named events.

Kind: global class

ProfilerFeature.end(eventName)

Kind: static method of ProfilerFeature

Param Type Description
eventName String the name of the event you're finished timing

ProfilerFeature.start(eventName)

Kind: static method of ProfilerFeature

Param Type Description
eventName String the name of the event you're starting to time

report : TimingsReport

Kind: global variable

TimingReport : Object

Kind: global typedef
Properties

Name Type
start Number
stop Number
duration Number

TimingsReport : Object.<String, TimingReport>

Kind: global typedef