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:
Johannes Rieken
2022-10-24 17:42:54 +02:00
committed by GitHub
parent a033a32f09
commit fec87f38cb
12 changed files with 370 additions and 245 deletions

View File

@@ -48,6 +48,7 @@ const vscodeEntryPoints = _.flatten([
buildfile.workerLanguageDetection,
buildfile.workerSharedProcess,
buildfile.workerLocalFileSearch,
buildfile.workerProfileAnalysis,
buildfile.workbenchDesktop,
buildfile.code
]);