https://github.com/minimallycorrect/tickprofiler
Profile your minecraft server: Find which entities and tile entities are making your server slow
https://github.com/minimallycorrect/tickprofiler
java minecraft minecraft-mod performance profiler
Last synced: 10 months ago
JSON representation
Profile your minecraft server: Find which entities and tile entities are making your server slow
- Host: GitHub
- URL: https://github.com/minimallycorrect/tickprofiler
- Owner: MinimallyCorrect
- License: mit
- Created: 2013-05-28T14:48:53.000Z (over 12 years ago)
- Default Branch: 1.12
- Last Pushed: 2025-03-13T07:51:12.000Z (11 months ago)
- Last Synced: 2025-03-28T21:04:32.418Z (10 months ago)
- Topics: java, minecraft, minecraft-mod, performance, profiler
- Language: Java
- Homepage:
- Size: 621 KB
- Stars: 130
- Watchers: 11
- Forks: 28
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
TickProfiler [](https://jenkins.nallar.me/job/TickProfiler/) [](https://minecraft.curseforge.com/projects/tickprofiler)
==========
A small mod for servers to assist with finding which TileEntities(machines) and Entities are being slow.
Copyright © 2012, nallar
TickProfiler is licensed under the MIT license
Download
-----
Download the latest builds from [Jenkins](https://jenkins.nallar.me).
Configuration
-----
TickProfiler uses minecraft forge's suggested config location - minecraft folder/configs/TickProfiler.cfg
It's commented quite well, and is hopefully understandable. If any of the descriptions don't make sense please make an issue.
Compiling
---------
TickProfiler is built using Gradle
* Checkout this repo and run: `./gradlew build` or `gradlew.bat build`
Coding and Pull Request Formatting
----------------------------------
* Generally follows the Oracle coding standards.
* Tabs, no spaces.
* Pull requests must compile and work.
* Pull requests must be formatted properly.
Please follow the above conventions if you want your pull requests accepted.
Donations
----------------------------------
Paypal: [Donate](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=PTWH8MH8Y4WH8)
Contributors
----------------------------------
* [nallar](https://github.com/nallar/ "Ross Allan")
* [duaiwe](https://github.com/duaiwe "Jonathan Borzilleri")
* Everyone who's helped with testing and reporting bugs :)
Acknowledgements
----------------------------------
YourKit is kindly supporting open source projects with its full-featured Java Profiler. YourKit, LLC is the creator of innovative and intelligent tools for profiling Java and .NET applications. Take a look at YourKit's leading software products: [YourKit Java Profiler](http://www.yourkit.com/java/profiler/index.jsp) and [YourKit .NET Profiler](http://www.yourkit.com/.net/profiler/index.jsp).