aboutsummaryrefslogtreecommitdiff
path: root/spark-common/src/main/java/me/lucko/spark/common/sampler
AgeCommit message (Expand)Author
2024-08-12Allow mod/plugin author field to be null (#442)Luck
2024-08-06Add uploadable health report (#436)lucko
2024-07-29Add more automated testsLuck
2024-07-29Add some unit testsLuck
2024-07-18Add spark-paper module (#422)lucko
2024-07-18Refactor ClassFinder into interfaceLuck
2024-07-14Ignore trailing sleeping samples for duration estimation (#413)Hannes Greule
2024-07-07Include server brand in viewer payloadsLuck
2023-08-28Don't try to send statistics to a closed socket (#357)Luck
2023-08-27Fix parsing null async profiler segments (#354)MisterFunny01
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-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-10Never run the background profiler on MC clientsLuck
2022-11-27Temporary solution to async-profiler JVM crashing issues (#271, #273, #274)Luck
2022-11-26Include player/entity/chunk counts in window statisticsLuck
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-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-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
2022-09-04Improve debug output when JFR parsing failsLuck
2022-07-17Fix fabric client startup errorLuck
2022-07-13Support linux x64 muslLuck
2022-07-12Improve/fix game thread dumperLuck
2022-06-26Include info about number of ticks in a profileLuck
2022-05-12Include sampler end time in protoLuck
2022-05-05Ignore "inactive" error when stopping the async profiler (#191)Luck
2022-04-14Fix names for non-combined threadsLuck
2022-03-24Show how many threads were combined in profiler (#193)Luck
2022-02-22Update async-profiler, add support for linux/aarch64 (#181)Luck
2022-02-06Improve build toolingLuck
2022-01-20Expose some server configuration values in the viewerLuck