api icon indicating copy to clipboard operation
api copied to clipboard

refactor: remove `Debug` timer commands

Open missinglink opened this issue 4 weeks ago • 1 comments

the Debug class has beginTimer and stopTimer methods which produce a lot of noise in the debug view.

this PR removes the methods and replaces them with standard js date commands, standardizes the timer under the key 'duration' and combines the timer with other debug lines where possible.

Screenshot 2025-12-03 at 11 26 51

missinglink avatar Dec 03 '25 10:12 missinglink

Screenshot 2025-12-03 at 11 29 02

missinglink avatar Dec 03 '25 10:12 missinglink