mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 20:26:08 +00:00
Analyse profiles in worker thread (#164468)
- profile renderer returns profile data - analyse profiles in separate worker thread - adjust renderer and extension host profiling - adjust build scripts to build worker file
This commit is contained in:
@@ -48,6 +48,7 @@ const vscodeEntryPoints = _.flatten([
|
||||
buildfile.workerLanguageDetection,
|
||||
buildfile.workerSharedProcess,
|
||||
buildfile.workerLocalFileSearch,
|
||||
buildfile.workerProfileAnalysis,
|
||||
buildfile.workbenchDesktop,
|
||||
buildfile.code
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user