aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2020-04-02Make spark work from Forge console (#40)Darkere
2020-04-01Relocate text lib, build a separate jar for velocityLuck
2020-04-01Bump version to 1.4.0Luck
2020-04-01Update viewer URLLuck
2020-04-01Allow comments to be specified on sampler outputLuck
2020-03-31Update readmeLuck
2020-03-26Fix heapsummary type parsingLuck
2020-03-24Don't include negative cpu usage readings (null result) in averagesLuck
2020-03-24Some misc refactoringLuck
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 ↵Luck
stack nodes & include method descriptions in proto data
2020-03-05Some minor cleanupLuck
2020-02-06Bump versionLuck
2020-02-06Improve ThreadFinder array handlingLuck
2020-02-06Ignore expired log entries on loadLuck
2020-02-04Monitor average tick durations & report them in /spark tpsLuck