aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-02-04fix typo in SamplerModule.java (#97)Simon Gardling
2021-01-19Fix tab complete on Forge/FabricLuck
2021-01-17Fix a bug upon early server startup in which percentiles would throw an out ↵Andrew Steinborn
of bounds exception (#92)
2021-01-10Fix Forge 1.12.2 listener registrationLuck
2021-01-09Comment out custom protoc locationLuck
2021-01-09Re-add module for Forge 1.12.2Luck
#26
2021-01-08Run Fabric permission checks through the APILuck
2021-01-08Tidy up build scripts, fix adventure relocationLuck
2020-12-31Fix some deprecation warningslucko (Luck)
2020-12-14Support spark command from Fabric console sources (#82)Luck
2020-12-14Detect RCON consoles correctlyLuck
2020-12-14Remove some clutter from the readmelucko
2020-11-20Ensure scheduler is closed at server stop (#75, #78)james58899
Co-authored-by: Luck <git@lucko.me>
2020-11-07Oops it seems pagination still existsLuck
2020-11-07Update from text to adventureLuck
2020-11-07Update to 1.16.4Luck
2020-10-25Update for Forge 1.16.3 (#76)Philip T
2020-09-08Update to latest platform versionsLuck
2020-08-30Refactor forge mod construction, remove static singleton fieldLuck
2020-08-30Implement TickReporter on FabricLuck
2020-08-30sparkforge for 1.16.1 (#65)Darkere
2020-08-30fabric 1.16.2 (#69)extclp
2020-07-21Fix compileLuck
2020-07-21Bump versionLuck
2020-07-21Fix NoSuchMethodError for getMinecraftVersion method (#59)Luck
2020-07-14Update spark-fabric to 1.16Luck
2020-06-23Add n-cpus and heap usage to platform infoLuck
2020-06-23Include platform info in sampler and heap summary data (#58)MD
2020-06-23Update some dependenciesLuck
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 ↵Luck
MethodDisambiguator
2020-05-17Support external commandsources on Forge (#52)Darkere
2020-05-17Allow forge mod on client side only (#51)Darkere
2020-04-29Fix 1.14 support (#49)Alden Wu
2020-04-25Support 1.14 forge tooLuck
Thanks phit :)
2020-04-25Exclude module-info.class from shadowed jar fileLuck
Should fix issues with loading on old Forge versions.
2020-04-25Fix typoLuck
2020-04-24Don't print command exceptions to consoleLuck
2020-04-24Refactor CommandMapUtilLuck
2020-04-24Improve --ignore-sleeping flag, add --ignore-native flagLuck
2020-04-22Don't include ms unit in GC average frequencyLuck
2020-04-20Revert "Set default sampling interval to 3ms"Luck
lol changed my mind This reverts commit d927d105a8525c53dfc6213f9ca42f03b7fc46ac.
2020-04-20Set default sampling interval to 3msLuck
2020-04-11Report average collection frequency in '/spark gc'Luck
2020-04-09Add '/spark gc' and '/spark gcmonitor' commands to help track GC activityLuck
Example output: https://i.imgur.com/JihIDvk.png
2020-04-05Allow exact tick duration to be used as threshold in tickmonitoring command ↵Luck
(#43)
2020-04-02Version to 1.4.1Luck
2020-04-02Change expiry time for URL activity log entriesLuck
2020-04-02/spark sampler --> /spark profiler, with aliasLuck
2020-04-02Fix some typosLuck