summaryrefslogtreecommitdiffstats
path: root/nms-patches/MethodProfiler.patch
Commit message (Collapse)AuthorAgeLines
* Update to Minecraft 1.12-pre2md_52017-05-14-2/+2
|
* Re-enable the vanilla debug MethodProfiler and /debug commandPokechu222017-01-18-111/+31
| | | | | | | | | | This is highly useful for profiling vanilla code, and in some cases plugin code. It is somewhat expensive, though, which is why it was initially disabled. I chose to use a system property instead of a configuration setting because 1) the MethodProfiler is exclusive to CraftBukkit and not part of the general API (the timings system is the general API equivalent), and 2) using a static final boolean property _may_ allow the JITter to optimize out the methods when disabled (though I'm not sure of it). There are several changes to fix cases where the profiler code was broken slightly by other craftbukkit changes. All of cases have been fixed, except for the block entity ticking one, due to the cost of the getSimpleName call. For that, a ticking entry is used instead, so that time spent actually ticking the block entities can be compared with time processing the list. This (effectively) reverts 7dde6cc5663e1f6b84f549c54a47bc623b49fdf1.
* Update to Minecraft 1.10md_52016-06-09-2/+2
|
* Update to Minecraft 1.9md_52016-03-01-2/+2
|
* Cut fluff from patch headers.md_52015-05-25-2/+2
|
* Update to Minecraft 1.8.3Thinkofdeath2015-03-04-14/+24
|
* Revert "Remove patch headers"Thinkofdeath2014-11-28-0/+2
| | | | This reverts commit d6e3dff7d88b3b4275108071704a1ef18d8484c5.
* Remove patch headersGunfighterJ2014-11-28-2/+0
|
* Use the right name for the AsyncPlayerPreLoginEventThinkofdeath2014-11-28-2/+2
|
* Fix eating food whilst not facing a blockThinkofdeath2014-11-28-2/+2
|
* Update to Minecraft 1.8Thinkofdeath2014-11-28-0/+135
For more information please see http://www.spigotmc.org/