Overview
- Requirements for API calls: msproftx function APIs must be called between acl.prof.start and acl.prof.stop. The following APIs are used in pairs: acl.prof.create_stamp/acl.prof.destroy_stamp, acl.prof.push/acl.prof.pop, and acl.prof.range_start/acl.prof.range_stop.
- API call sequence: acl.prof.start (specify Device 0 and Device 1) --> acl.prof.create_stamp --> acl.prof.set_stamp_trace_message --> acl.prof.mark --> (acl.prof.push --> acl.prof.pop) or (acl.prof.range_start --> acl.prof.range_stop) --> acl.prof.destroy_stamp --> acl.prof.stop (consistent with the aclprofConfig data of acl.prof.start).
Parent topic: msproftx Extension APIs