aboutsummaryrefslogtreecommitdiff
path: root/spark-common
AgeCommit message (Collapse)Author
2024-06-09Tweak formatting of /spark profiler open noteLuck
2024-06-09Bump common dependency versionsLuck
2024-06-09Add note to /spark profiler open about expiry timeLuck
2023-10-02Bump adventure versionsLuck
2023-08-28Don't try to send statistics to a closed socket (#357)Luck
2023-08-28Clarify command timeout warning msgLuck
2023-08-28Use a different websocket libraryLuck
2023-08-27Fix parsing null async profiler segments (#354)MisterFunny01
2023-08-18Fixed typo in Configuration.getInteger (#353)MoritzR200
2023-05-11Fix only-ticks-over rejected execution error (#324)Luck
2023-03-19Allow platforms to provide their own TPS/MSPT calculationsLuck
2023-03-19Tidy up thread factories and async sampler regex thread filterLuck
2023-03-13Close worker thread pool on profiler stop (#305, #298, #281)James58899
2023-03-07Don't use multi-release jar for websocket codeLuck
2023-02-12Fix NPE in ClassFinder (#287)Luck
2023-01-28Fix bytebin user agentLuck
2023-01-28Stream live data to the viewer using WebSockets (#294)lucko
2023-01-08Allocation profiler (#290)lucko
2023-01-01Refactor thread grouper/dumper config parseLuck
2022-12-31Make thread dumper configurable for the background samplervaperion
2022-12-31Make thread grouper configurable for the background samplervaperion
2022-12-23Bump adventure versionLuck
2022-12-23Bump protobuf versionLuck
2022-12-10Never run the background profiler on MC clientsLuck
2022-11-27Temporary solution to async-profiler JVM crashing issues (#271, #273, #274)Luck
2022-11-27Upgrade async-profiler to 2.9Luck
2022-11-26Include player/entity/chunk counts in window statisticsLuck
2022-11-19Background profiler default to disabled for clients/proxiesLuck
2022-11-16Fix concurrency errors in java sampler (#267)Luck
2022-11-16Fix exception from zero thread id (#262)Luck
2022-11-16Fix NPE from null thread name (#263)Luck
2022-11-16Fix NPE from server config provider call (#268)Luck
2022-11-16Remove recursive calls in class source visitorLuck
2022-11-14Suppress profiler logs when running in backgroundLuck
2022-11-13Add upload subcommand as per documentationLuck
oops
2022-11-13Background profilerLuck
2022-11-13Limit profile length to 1 hourLuck
2022-11-13Remove recursion in protobuf dataLuck
2022-11-13Configurable max stack depthLuck
2022-10-27Tidy up command feedback messagesLuck
2022-10-07Split profiler output into windows (#253)lucko
2022-10-02Fix NPE caused by extraMetadataProvider being nullLuck
2022-09-22Allow platforms to pass extra misc metadata to the viewerLuck
2022-09-19Fix issues with temporary files going missing (#225)Luck
2022-09-19Provide extra metadata about sources in sampler dataLuck
2022-09-19Display source info for mixin injected methods (#249)ishland
Co-authored-by: Luck <git@lucko.me>
2022-09-04Improve debug output when JFR parsing failsLuck
2022-09-04Update async-profilerLuck
2022-08-07Refactor Windows wmic utilityLuck
2022-08-07Improve operating system info (#238)Paint_Ninja