aboutsummaryrefslogtreecommitdiff
path: root/spark-common/src/main/java/me/lucko/spark/common/util
AgeCommit message (Expand)Author
2021-12-28Include platform and system statistics in profiler viewer payloadLuck
2021-11-14Improve Velocity ClassSourceLookupLuck
2021-10-03Some tidying upLuck
2021-08-01Some basic config optionsLuck
2021-07-18Add flag to save profile/heapsummary to files instead of uploading to bytebinLuck
2021-06-15Update ASM for full Java 16 supportLuck
2021-06-01Add class source lookups for Fabric and ForgeLuck
2021-05-30Extract class sources (plugin/mod names) and include in data payloadLuck
2021-04-07Add a basic API for retrieving spark statisticsLuck
2021-03-23Refactor and tidy up, more consistent code styleLuck
2021-03-21Refactor rolling average slightlyLuck
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