aboutsummaryrefslogtreecommitdiff
path: root/spark-common/src/main/java/me/lucko/spark/common/sampler
AgeCommit message (Expand)Author
2021-05-30Extract class sources (plugin/mod names) and include in data payloadLuck
2021-05-06Improve some proto message/field namesLuck
2021-03-27Execute commands asyncLuck
2021-03-23Refactor and tidy up, more consistent code styleLuck
2021-03-20Switch to protobuf liteLuck
2021-03-16Update async-profiler to 2.0Luck
2021-03-10async-profiler support (#102)lucko
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-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-04-01Allow comments to be specified on sampler outputLuck
2020-03-24Some misc refactoringLuck
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
2020-01-11Add AbstractTickCounterLuck
2020-01-02Order with most time taken firstLuck
2020-01-02Add --order-by-time optionLuck
2019-12-03Some cleanup & refactoringLuck
2019-08-03Fix bug with Regex ThreadDumper not requesting ThreadInfo instances including...Luck
2019-08-03Regex ThreadDumper should be case insensitiveLuck
2019-06-16Add option to ignore "sleeping" threads when samplingLuck
2019-06-16Use protobuf to encode data instead of JSONLuck
2019-06-15Return total time as a doubleLuck
2019-05-13Include sender metadata tooLuck
2019-05-13Write metadata to sampler outputLuck
2019-04-27Sampler performance improvementsLuck
2019-04-16Lots of refactoring, add tps commandLuck