Custom UI Traces
Customizing Screen Grouping
// Start UI Trace
APM.startUITrace(withName: "name")// Start UI Trace
[LCQAPM startUITraceWithName:@"name"];// End UI Trace
APM.endUITrace()// End UI Trace
[LCQAPM endUITrace];Last updated