perf - remove redundant performance usages

@jrieken fyi
This commit is contained in:
Benjamin Pasero
2020-11-26 07:41:52 +01:00
parent d547170675
commit 392b6a94e0
5 changed files with 2 additions and 7 deletions

View File

@@ -275,6 +275,7 @@
*/
mark(name) {
globalThis.MonacoPerformanceMarks.push(name, Date.now());
performance.mark(name);
}
};
}