aboutsummaryrefslogtreecommitdiff
path: root/spark-common/src/main/java/me/lucko/spark/common/sampler/node/AbstractNode.java
AgeCommit message (Expand)Author
2022-11-16Fix concurrency errors in java sampler (#267)Luck
2022-11-13Limit profile length to 1 hourLuck
2022-11-13Configurable max stack depthLuck
2022-10-07Split profiler output into windows (#253)lucko
2022-02-06Improve build toolingLuck
2021-10-03Some tidying upLuck
2021-05-30Extract class sources (plugin/mod names) and include in data payloadLuck
2021-03-10async-profiler support (#102)lucko
2020-03-06Treat different methods (not just methods with the same name) as different st...Luck
2019-06-16Use protobuf to encode data instead of JSONLuck
2019-06-15Return total time as a doubleLuck
2019-04-27Sampler performance improvementsLuck
2019-04-16Lots of refactoring, add tps commandLuck