Correction du profiling
Corrige https://git.canopsis.net/canopsis/go-revolution/issues/111.
Validation
-
Lancer un moteur avec les variables d'environnement (par exemple) :
CPS_DEBUG_PPROF_ENABLE=1 CPS_DEBUG_PPROF_CPU=./cpu-axe.pprof CPS_DEBUG_PPROF_MEMORY=./memory-axe.pprof
-
Lancer le moteur, envoyer des événements, puis l'arrêter.
-
Vérifier que les fichiers
CPS_DEBUG_PPROF_CPU
etCPS_DEBUG_PPROF_MEMORY
ne sont pas vides. -
Lancer
go tool pprof -http=":8081" engine-axe cpu-axe.pprof
(par exemple) pour voir les données de profiling.