diff --git a/releases/next/docs/systrace.html b/releases/next/docs/systrace.html index 3cfcd6ce3be..c38cc12905b 100644 --- a/releases/next/docs/systrace.html +++ b/releases/next/docs/systrace.html @@ -1,4 +1,4 @@ -
beginEvent/endEvent for starting and then ending a profile within the same call stack frame
beginAsyncEvent/endAsyncEvent for starting and then ending a profile where the end can either +
beginEvent/endEvent for starting and then ending a profile within the same call stack frame
beginAsyncEvent/endAsyncEvent for starting and then ending a profile where the end can either occur on another thread or out of the current stack frame, eg await the returned cookie variable should be used as input into the endAsyncEvent call to end the profile
counterEvent registers the value to the profileName on the systrace timeline
Relay profiles use await calls, so likely occur out of current stack frame therefore async variant of profiling is used
This is not called by default due to perf overhead but it's useful