mirror of
https://github.com/IoTManagerProject/IoTManagerWeb.git
synced 2026-03-27 23:42:33 +03:00
4.1.2
This commit is contained in:
7
src/training/different.svelte
Normal file
7
src/training/different.svelte
Normal file
@@ -0,0 +1,7 @@
|
||||
<script>
|
||||
// вывести время чего либо в консоль
|
||||
var t0 = performance.now();
|
||||
var t1 = performance.now();
|
||||
console.log("layout time: " + (t1 - t0) + " mls");
|
||||
//
|
||||
</script>
|
||||
Reference in New Issue
Block a user