OptionalmarkIdentifies the prefix for the "end" mark of a perf event, defaults to "ai.prfmrk.end.", the event name is appended for the mark
OptionalmarkProvides a mapping between the internal perf names and the value used to create the mark, when a map is provided but no mapping is present that event will be ignored.
OptionalmarkIdentifies the prefix for the mark, defaults to "ai.prfmrk.", the event name is appended for the mark
OptionalmeasureProvides a mapping between the internal perf names and the value used to create the measure, when no measureNameMap is provided this will default to using the markNameMap and when a map is provided but no mapping is present that event will be ignored.
OptionalmeasureIdentifies the prefix for the mark, defaults to "ai.prfmsr.", the event name is appended for the measure name
OptionaluniqueMake the marks and measures unique by appending a numeric value to the prefix value, defaults to false. Marks and measure for the same perfEvent will be assigned the same unique numeric value
OptionaluseShould the Performance manager create a mark when the event is fired, defaults to false
OptionaluseShould the Performance manager create and use window.performance.mark(), defaults to true
OptionaluseShould the Performance manager create and use window.performance.measure(), defaults to true
PerfMarkMeasure Configuration