Yeah, it’s a Stopwatch replacement for when you want to measure and print how long some code takes to run. The difference is you don’t need to pass around a Stopwatch instance across files/classes - just call it, and it tracks everything. Plus, it gives you a (hopefully nice 😅) formatted output.
November 27, 2024 at 8:46 AM
Yeah, it’s a Stopwatch replacement for when you want to measure and print how long some code takes to run. The difference is you don’t need to pass around a Stopwatch instance across files/classes - just call it, and it tracks everything. Plus, it gives you a (hopefully nice 😅) formatted output.