标记一个 trace event 的开始。
profileStart(name: string, option?: { flowId: number, arg?: Record<string, string>}): void;
trace event 的名称。
额外选项,例如 flowId 和自定义参数(arg)。
flowId
arg