- ProfilerFeature
provides basic profiling capabilities for named events.
- TimingReport :
Object
- TimingsReport :
Object.<String, TimingReport>
provides basic profiling capabilities for named events.
Kind: global class
Kind: static method of ProfilerFeature
Param | Type | Description |
---|---|---|
eventName | String |
the name of the event you're finished timing |
Kind: static method of ProfilerFeature
Param | Type | Description |
---|---|---|
eventName | String |
the name of the event you're starting to time |
report : TimingsReport
Kind: global typedef
Properties
Name | Type |
---|---|
start | Number |
stop | Number |
duration | Number |
Kind: global typedef