md_5
|
fa94a8a99a
|
Adjust TPS command to start at 20tps, show * for catchup TPS, and round to 2 decimal places.
|
2014-01-26 12:17:55 +11:00 |
|
md_5
|
14c0d5cba9
|
We want to use Math.min, not max to cap displayed TPS to 20
|
2014-01-26 11:04:55 +11:00 |
|
md_5
|
3d6f241c12
|
Fix double comparison issues.
|
2014-01-25 16:18:32 +11:00 |
|
brutuscat2
|
2f9b4a8573
|
TPS isn't capitalized
It makes me want to hurt someone when its written like "Tps"
|
2014-01-24 22:36:32 -05:00 |
|
md_5
|
a50a1d4c83
|
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).
|
2014-01-25 14:09:21 +11:00 |
|
md_5
|
526b404545
|
Move watchdog and timings code to tick method, not tick loop itself.
|
2014-01-22 19:23:59 +11:00 |
|
md_5
|
29c6c774dd
|
Pop tick loop patch to top
|
2014-01-22 19:19:39 +11:00 |
|