For the complete documentation index, see llms.txt. This page is also available as Markdown.

End UI Trace

API reference for ending UI hang traces in Luciq. Manually mark the end of a UI trace to measure the duration of potential UI freezes.

Use the following APIs to end a custom UI trace.

APM.endUITrace()
[LCQAPM endUITrace];
// End UI Trace
APM.endUITrace();
// End UI Trace
APM.endUITrace()
APM.endUITrace();
APM.endUITrace();

Last updated