Spigot
|
f11c649951
|
Adjust TPS command to start at 20tps, show * for catchup TPS, and round to 2 decimal places.
By: md_5 <git@md-5.net>
|
2014-01-26 12:17:55 +11:00 |
|
Spigot
|
38a0b897e3
|
We want to use Math.min, not max to cap displayed TPS to 20
By: md_5 <git@md-5.net>
|
2014-01-26 11:04:55 +11:00 |
|
Spigot
|
55952d752e
|
Fix double comparison issues.
By: md_5 <git@md-5.net>
|
2014-01-25 16:18:32 +11:00 |
|
Spigot
|
24ac30925e
|
TPS isn't capitalized
It makes me want to hurt someone when its written like "Tps"
By: brutuscat2 <michael_jarman@me.com>
|
2014-01-24 22:36:32 -05:00 |
|
Spigot
|
f67219cdf0
|
Implement a new TPS command which will show the average TPS over the last 1,5 and 15 minutes, using the same algorithm as the linux kernel (exponentiallialy damped moving average).
By: md_5 <git@md-5.net>
|
2014-01-25 14:09:21 +11:00 |
|
Spigot
|
df37e6e342
|
Move watchdog and timings code to tick method, not tick loop itself.
By: md_5 <git@md-5.net>
|
2014-01-22 19:23:59 +11:00 |
|
Spigot
|
975187b00f
|
Pop tick loop patch to top
By: md_5 <git@md-5.net>
|
2014-01-22 19:19:39 +11:00 |
|