Profile Events
The plugin event profiler will monitor all events that occur whilst the profiler is active and report the time it takes in milliseconds to complete. This procedure will not slow down your server (though it may add a few nanoseconds to each event time) but it will consume memory as time progresses. It is pointless to keep the profiler enabled for more than ten minutes as all events will have fired during that time and give you ample data to analyse.

Events taking less than 9.9ms or less are colored GREEN
Events talking less than 19.9ms and more than 9.9ms are colored ORANGE
Events taking 20ms or greater are colored RED



     
Bukkit Tasks
The task list shows all currently running tasks. This data is primarily used to determine whether excessive tasks are being generated by a plugin, and whether they are removed when they should be. It is also possible to determine potentially intensive situations, such as when a plugin reverses grief or periodically runs an intensive task.