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
Hi, thanks for the great lib!
One question: Do you know what is the performance impact when you run v8Profiler.startProfiling? I notice sometimes my app logs "Debugger attached" in the console and I realise there might be some slow-down due to profiling. I wonder whether this still applies even when you stop profiling using v8Profiler.stopProfiling. Is the debugger/profiler (or whatever is under the hood) unattached?
The text was updated successfully, but these errors were encountered:
Hi, thanks for the great lib!
One question: Do you know what is the performance impact when you run
v8Profiler.startProfiling
? I notice sometimes my app logs "Debugger attached" in the console and I realise there might be some slow-down due to profiling. I wonder whether this still applies even when you stop profiling usingv8Profiler.stopProfiling
. Is the debugger/profiler (or whatever is under the hood) unattached?The text was updated successfully, but these errors were encountered: