api
api copied to clipboard
refactor: remove `Debug` timer commands
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.