ivan1993spb / snake-server

Snake-Server is a pure Go implementation of the famous arcade game 🐍
https://snakeonline.xyz
MIT License
33 stars 3 forks source link

Add tracing and profiling #142

Closed ivan1993spb closed 2 years ago

ivan1993spb commented 2 years ago

Use go tools for profiling applications:

Links:

This will not work without graceful shut down.