Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 days 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 11 years ago)
- Default Branch: 1.12
- Last Pushed: 2024-12-29T20:58:40.000Z (23 days ago)
- Last Synced: 2025-01-12T12:15:10.384Z (9 days ago)
- Topics: java, minecraft, minecraft-mod, performance, profiler
- Language: Java
- Homepage:
- Size: 621 KB
- Stars: 128
- Watchers: 12
- Forks: 28
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
TickProfiler [![Build Status](https://jenkins.nallar.me/job/TickProfiler/branch/1.12/badge/icon)](https://jenkins.nallar.me/job/TickProfiler/) [![Curse](http://cf.way2muchnoise.eu/versions/For%20MC_270330_all.svg)](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 licenseDownload
-----
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).