Open
Description
In v8-profiler.js it seems like startProfiling sets the default name to be
name = 'org.nodejs.profiles.cpu.user-initiated.' + (cpuCache.length + 1);
Meanwhile, stopProfiling sets the default name to be ''.
It seems like those should be consistent. I'm still wrapping my head around how everything fits together though, so please correct me if I'm confused.
Metadata
Metadata
Assignees
Labels
No labels