Skip to content

Allow saving multiple named profiles #1492

Closed
@Tyriar

Description

@Tyriar

Repro:

Debug some JS with this:

		console.profile('start');
...
		console.profileEnd('start');
		console.profile('end');
...
		console.profileEnd('end');

Resulting files:

image

Profile in devtools:

image

Metadata

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable bug

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions