File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 33< html >
44 < head >
55 < script >
6- globalThis . MonacoPerformanceMarks = globalThis . MonacoPerformanceMarks || [ ]
7- globalThis . MonacoPerformanceMarks . push ( "renderer/started" , Date . now ( ) )
6+ performance . mark ( 'code/didStartRenderer' )
87 </ script >
98
109 < meta charset ="utf-8 " />
4443 < script data-cfasync ="false " src ="{{CS_STATIC_BASE}}/dist/register.js "> </ script >
4544 < script data-cfasync ="false " src ="{{CS_STATIC_BASE}}/lib/vscode/out/vs/loader.js "> </ script >
4645 < script >
47- globalThis . MonacoPerformanceMarks . push ( " willLoadWorkbenchMain" , Date . now ( ) )
46+ performance . mark ( 'code/ willLoadWorkbenchMain' ) ;
4847 </ script >
4948 <!-- PROD_ONLY
5049 <script data-cfasync="false" src="{{CS_STATIC_BASE}}/lib/vscode/out/vs/workbench/workbench.web.api.nls.js"></script>
You can’t perform that action at this time.
0 commit comments