aboutsummaryrefslogtreecommitdiff
path: root/spark-common/src/main/java/me/lucko/spark/common/sampler/SamplerBuilder.java
AgeCommit message (Expand)Author
2023-03-19Tidy up thread factories and async sampler regex thread filterLuck
2023-01-08Allocation profiler (#290)lucko
2022-11-13Background profilerLuck
2022-11-13Limit profile length to 1 hourLuck
2022-09-19Fix issues with temporary files going missing (#225)Luck
2022-06-26Include info about number of ticks in a profileLuck
2021-11-01async-profiler on macosLuck
2021-10-03Some tidying upLuck
2021-09-26Support --timeout flag for async-profiler sampler modeLuck
2021-03-23Refactor and tidy up, more consistent code styleLuck
2021-03-10async-profiler support (#102)lucko
2020-04-24Improve --ignore-sleeping flag, add --ignore-native flagLuck
2020-04-20Revert "Set default sampling interval to 3ms"Luck
2020-04-20Set default sampling interval to 3msLuck
2020-03-06Treat different methods (not just methods with the same name) as different st...Luck
2020-02-04Monitor average tick durations & report them in /spark tpsLuck
2019-06-16Add option to ignore "sleeping" threads when samplingLuck
2019-04-16Lots of refactoring, add tps commandLuck