m1maker / NGT

New open source game toolkit
https://ngtcode.dev/
MIT License
22 stars 12 forks source link

Timers #10

Closed bobi6666 closed 1 month ago

bobi6666 commented 9 months ago

I recommend that you add timer:: elapsed_micros,_millis and nanos if possible because it would allow more accurate measurements during micro optimizations and at the same time if it was about compatibility in bgt then it is not a problem to overwrite elapsed to elapsed_millis in the projects. Also if you are not using folder x64 in the project you can add that to .gitignore and avoid people pushing compiled builds.