You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can programmatically start and stop profiling using constructions like this:
agent.loadedAgents["Profiler"].start({}, () ->)
The v8-profiler startProfiling function supports providing a name for a profile, but the Profiler start function doesn't provide a way to pass a name to startProfiling. I'd like to be able to do
I can programmatically start and stop profiling using constructions like this:
The v8-profiler
startProfiling
function supports providing a name for a profile, but the Profilerstart
function doesn't provide a way to pass a name tostartProfiling
. I'd like to be able to doand have that name passed along.
The text was updated successfully, but these errors were encountered: