profileFlowId(): number;
一个唯一的 flow id 数字。
const flowId = lynx.performance.profileFlowId(); lynx.performance.profileStart('UserAction', { flowId }); lynx.performance.profileMark('ActionCheckpoint', { flowId }); lynx.performance.profileEnd();