# wx.reportPerformance(Number id, Number value, String|Array dimensions)

Start from base library version 2.9.2. Please remaining backward compatible.

with Promise style call: Not supported

Mini Program plugin: Support, need to Mini Program base library version no less than 2.9.3

Mini Program speed reported. Before use, you need to manage the background configuration in the Mini Program. See detailsMini Program velocityA guide.

# parameter

# Number id

index id

# Number value

Number to be reported

# String|Array dimensions

Custom Dimension (Optional)

# sample code

wx.reportPerformance(1101, 680)
wx.reportPerformance(1101, 680, 'custom')