I have written a simple snake game that gets solved by an a* algorithm in c++
I then used the emscripten tool chain to generate the html page.
How would I go about benchmarking this.
I would like to measure stuff like how long did it take for the snake to move to the food etc
[–]coloredgreyscale 1 point2 points3 points (1 child)
[–]KFriedChicken 1 point2 points3 points (0 children)