aboutsummaryrefslogtreecommitdiff
path: root/spark-common/src/main/java/me/lucko/spark/common/command/modules/SamplerModule.java
AgeCommit message (Expand)Author
2023-03-07Don't use multi-release jar for websocket codeLuck
2023-01-28Stream live data to the viewer using WebSockets (#294)lucko
2023-01-08Allocation profiler (#290)lucko
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-13Add upload subcommand as per documentationLuck
2022-11-13Background profilerLuck
2022-11-13Limit profile length to 1 hourLuck
2022-10-27Tidy up command feedback messagesLuck
2022-10-07Split profiler output into windows (#253)lucko
2022-09-19Provide extra metadata about sources in sampler dataLuck
2022-07-17Remove some unnecessary dependenciesLuck
2022-06-26Include info about number of ticks in a profileLuck
2022-02-06Catch any exception when uploading data (#171)Luck
2021-12-28Include platform and system statistics in profiler viewer payloadLuck
2021-11-14Improve Velocity ClassSourceLookupLuck
2021-11-01async-profiler on macosLuck
2021-09-26Support --timeout flag for async-profiler sampler modeLuck
2021-08-01Some basic config optionsLuck
2021-07-18Add flag to save profile/heapsummary to files instead of uploading to bytebinLuck
2021-05-30Extract class sources (plugin/mod names) and include in data payloadLuck
2021-03-27Execute commands asyncLuck
2021-03-23Refactor and tidy up, more consistent code styleLuck
2021-03-11Fix command broadcast permission checks, other misc tidyingLuck
2021-03-10async-profiler support (#102)lucko
2021-02-04fix typo in SamplerModule.java (#97)Simon Gardling
2020-11-07Update from text to adventureLuck
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-02/spark sampler --> /spark profiler, with aliasLuck
2020-04-01Allow comments to be specified on sampler outputLuck
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-02Add --order-by-time optionLuck
2019-12-03Some cleanup & refactoringLuck
2019-08-03Some more reorganisingLuck
2019-06-16Add option to ignore "sleeping" threads when samplingLuck
2019-06-16Use protobuf to encode data instead of JSONLuck
2019-05-13Change the way CPU monitoring is performedLuck
2019-05-13Activity log improvementsLuck
2019-05-13Ensure things are cleaned up nicely when the plugin disablesLuck
2019-05-04Update to text 3.0.0Luck
2019-05-04Start implementing activity log featureLuck
2019-04-27Use text components instead of legacy formatting codes throughout the projectLuck
2019-04-27Combine all sampler commands under the same aliasLuck
2019-04-17Add /spark health command to report tps / memory usage statsLuck
2019-04-16Lots of refactoring, add tps commandLuck
2019-02-21Allow sampling at fractions of a millisecond intervalsLuck