Различия
Показаны различия между двумя версиями страницы.
|
zasekanie_vremeni_perfomance [2023/08/09 20:11] tro создано |
zasekanie_vremeni_perfomance [2023/08/09 20:11] (текущий) tro |
||
|---|---|---|---|
| Строка 1: | Строка 1: | ||
| ====== Засекание времени (perfomance) ====== | ====== Засекание времени (perfomance) ====== | ||
| + | < | ||
| const starttime = perfomance.now() | const starttime = perfomance.now() | ||
| // | // | ||
| const endttime = perfomance.now() | const endttime = perfomance.now() | ||
| console.log(endttime -starttime) | console.log(endttime -starttime) | ||
| + | </ | ||