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 3
3
< html >
4
4
< head >
5
5
< script >
6
- globalThis . MonacoPerformanceMarks = globalThis . MonacoPerformanceMarks || [ ]
7
- globalThis . MonacoPerformanceMarks . push ( "renderer/started" , Date . now ( ) )
6
+ performance . mark ( 'code/didStartRenderer' )
8
7
</ script >
9
8
10
9
< meta charset ="utf-8 " />
44
43
< script data-cfasync ="false " src ="{{CS_STATIC_BASE}}/dist/register.js "> </ script >
45
44
< script data-cfasync ="false " src ="{{CS_STATIC_BASE}}/lib/vscode/out/vs/loader.js "> </ script >
46
45
< script >
47
- globalThis . MonacoPerformanceMarks . push ( " willLoadWorkbenchMain" , Date . now ( ) )
46
+ performance . mark ( 'code/ willLoadWorkbenchMain' ) ;
48
47
</ script >
49
48
<!-- PROD_ONLY
50
49
<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