All Questions
Tagged with java scalability
1 question
6
votes
4
answers
1k
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 ...