aboutsummaryrefslogtreecommitdiff
path: root/spark-common/src/main/java/me/lucko/spark/common/sampler
AgeCommit message (Expand)Author
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
2021-12-30Use wallclock sampling instead of itimerLuck
2021-12-29Fallback to itimer profiler mode inside containersLuck
2021-12-28Use try catch for system stat collectionLuck
2021-12-28Include platform and system statistics in profiler viewer payloadLuck
2021-11-14Print more useful information when async-profiler fails to loadLuck
2021-11-01async-profiler on macosLuck
2021-10-03Some tidying upLuck
2021-09-26Support --timeout flag for async-profiler sampler modeLuck
2021-07-30Catch UnsatisfiedLinkError when loading async-profiler native libLuck
2021-07-18Add flag to save profile/heapsummary to files instead of uploading to bytebinLuck