mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 17:48:56 +01:00
Collect and deliver perf marks from extension hosts (#112552)
This commit is contained in:
3
src/bootstrap-fork.js
vendored
3
src/bootstrap-fork.js
vendored
@@ -6,6 +6,9 @@
|
||||
//@ts-check
|
||||
'use strict';
|
||||
|
||||
const performance = require('./vs/base/common/performance');
|
||||
performance.mark('fork/start');
|
||||
|
||||
const bootstrap = require('./bootstrap');
|
||||
const bootstrapNode = require('./bootstrap-node');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user