index
:
github/spark.git
1.8.9
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
spark-common
/
src
/
main
/
java
/
me
/
lucko
/
spark
/
common
/
monitor
/
tick
Age
Commit message (
Expand
)
Author
2023-03-19
Allow platforms to provide their own TPS/MSPT calculations
Luck
2021-12-28
Include platform and system statistics in profiler viewer payload
Luck
2021-03-23
Refactor and tidy up, more consistent code style
Luck
2020-11-07
Update from text to adventure
Luck
2020-05-26
Add 95th percentile MSPT and replace average MSPT with median MSPT (#55)
Andrew Steinborn
2020-04-09
Add '/spark gc' and '/spark gcmonitor' commands to help track GC activity
Luck
2020-04-05
Allow exact tick duration to be used as threshold in tickmonitoring command (...
Luck
2020-03-24
Some misc refactoring
Luck
2020-03-05
Some minor cleanup
Luck
2020-02-04
Monitor average tick durations & report them in /spark tps
Luck
2020-01-11
Implement PaperTickCounter using server tick event instead of scheduler
Luck
2019-08-03
Some more reorganising
Luck
2019-05-24
Send tick monitoring messages async
Luck
2019-05-13
Fix broken message
Luck
2019-05-13
Adjust tick monitoring counting technique
Luck
2019-05-13
Change the way CPU monitoring is performed
Luck
2019-05-04
Update to text 3.0.0
Luck
2019-05-04
Start implementing activity log feature
Luck
2019-04-27
Use text components instead of legacy formatting codes throughout the project
Luck
2019-04-17
Add /spark health command to report tps / memory usage stats
Luck
2019-04-16
Lots of refactoring, add tps command
Luck