Tagged Questions
6
votes
4answers
655 views
Profiling server side game loop in java
I am looking for tips to profile the server side game loop of a Java program for CPU usage. I tried to use the TPTP plugin for Eclipse so far.
The problem I am having is that it is really slow. For ...