Type Aliases
InstrumentationMode
Profiling mode to use. - `counters` Accumulates method call counts and times until dumpProfiles is called and then prints aggregated statistic in the console...
type InstrumentationMode = "counters" | "timeline" | "lifecycle";Defined in: profiling/index.d.ts:17
Profiling mode to use.
countersAccumulates method call counts and times until dumpProfiles is called and then prints aggregated statistic in the console. This is the default.timelineOutputs method names along start/end timestamps in the console on the go.lifecycleOutputs basic non-verbose times for startup, navigation, etc.
- Previous
- HorizontalAlignment
- Next
- iosSymbolScaleType