Skip to content

startProfiling and stopProfiling should agree on the default name #55

Open
@bpytlik

Description

@bpytlik

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions