aboutsummaryrefslogtreecommitdiff
path: root/common/src/main/java/me/lucko/spark/profiler/Sampler.java
AgeCommit message (Collapse)Author
2018-06-06Convert to GradleLuck
2018-06-01Improve serialization methodsLuck
2018-05-31Add '/profiler monitoring' command to monitor tick times, and ↵Luck
'--only-ticks-over' argument to filter profiling output to ticks lasting over a certain duration
2018-05-30Add option to combine thread pool processes under the same nodeLuck
2018-05-30Use a workerpool per sampler, then shut it down once profiling is completeLuck
2018-05-30Set a max size for the worker pool, replace synchronization with concurrent ↵Luck
collections & a phaser
2018-05-29Reorganise packages slightlyLuck