MineColonies

MineColonies

56M Downloads

Profiling

marvin-bitterlich opened this issue ยท 3 comments

commented

We need some serious profiling feature to detect lag spikes.

Everything that runs on the server thread should be profilable.

We need:

  • Easy static helper functions that allow profiling everywhere
  • Nested profiling for depending functions
  • Different log files generated automatically for spikes
  • Average file for everything on request
commented

Use the built in minecraft profiler

On Sep 20, 2016, at 1:02 PM, Marvin Hofmann [email protected] wrote:

We need some serious profiling feature to detect lag spikes.

Everything that runs on the server thread should be profilable.

We need:

Easy static helper functions that allow profiling everywhere
Nested profiling for depending functions
Different log files generated automatically for spikes
Average file for everything on request
โ€”
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

commented

@cltnschlosser

  1. how do we do that?
  2. I checked it and it does not do what I need it to ๐Ÿ˜†
commented

We can use a jvm profiler for now