提交 f7b8c9b7 编写于 作者: J Johannes Rieken

perf - tweak data for --prof-append-timers

上级 53e57b5e
......@@ -34,7 +34,7 @@ class StartupTimingsAppender implements IWorkbenchContribution {
timerService.startupMetrics
]).then(([, startupMetrics]) => {
return nfcall(appendFile, appendTo, `${product.nameShort}\t${product.commit || '0000000'}\t${Date.now()}\t${startupMetrics.ellapsed}\n`);
return nfcall(appendFile, appendTo, `${startupMetrics.ellapsed}\t${product.nameLong}\t${product.commit || '0000000'}\n`);
}).then(() => {
windowsService.quit();
}).catch(err => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册