aboutsummaryrefslogtreecommitdiff
path: root/spark-common/src/main/java/me/lucko/spark/common/util
AgeCommit message (Expand)Author
2021-01-17Fix a bug upon early server startup in which percentiles would throw an out o...Andrew Steinborn
2020-11-07Oops it seems pagination still existsLuck
2020-11-07Update from text to adventureLuck
2020-05-26Add 95th percentile MSPT and replace average MSPT with median MSPT (#55)Andrew Steinborn
2020-05-19Catch Throwable instead of Exception when trying to compute classes in Method...Luck
2020-03-06Use ASMs type descriptor utility instead of our ownLuck
2020-03-06Treat different methods (not just methods with the same name) as different st...Luck
2020-03-05Some minor cleanupLuck
2020-02-06Improve ThreadFinder array handlingLuck
2020-02-04Monitor average tick durations & report them in /spark tpsLuck
2019-08-09Codestyle changesLuck
2019-08-03Some more reorganisingLuck
2019-06-02Add support for heap dump compression (#16)Luck
2019-05-13Change the way CPU monitoring is performedLuck
2019-04-16Lots of refactoring, add tps commandLuck