Added diagnostics module

This commit is contained in:
Kir_Antipov 2022-12-18 11:05:39 +00:00
parent d1b07fe763
commit 0cf4831003

View file

@ -0,0 +1,3 @@
export {
Stopwatch,
} from "./stopwatch";