aboutsummaryrefslogtreecommitdiff
path: root/spark-common/src/main/proto
AgeCommit message (Collapse)Author
2023-01-28Stream live data to the viewer using WebSockets (#294)lucko
2023-01-08Allocation profiler (#290)lucko
2022-11-26Include player/entity/chunk counts in window statisticsLuck
2022-11-13Remove recursion in protobuf dataLuck
2022-10-07Split profiler output into windows (#253)lucko
2022-09-22Allow platforms to pass extra misc metadata to the viewerLuck
2022-09-19Provide extra metadata about sources in sampler dataLuck
2022-09-19Display source info for mixin injected methods (#249)ishland
Co-authored-by: Luck <git@lucko.me>
2022-06-26Include info about number of ticks in a profileLuck
2022-06-25Add providers for world (entity/chunk) statisticsLuck
2022-05-12Include sampler end time in protoLuck
2022-05-05Include player count in platform statisticsLuck
2022-04-18Include network interface statistics in '/spark health' commandLuck
2022-01-20Expose some server configuration values in the viewerLuck
2022-01-20Add ping statistics and commandLuck
2021-12-30Bump versionLuck
2021-12-30Include the name of the CPU model in stats for Linux systemsLuck
2021-12-30Include JVM startup argsLuck
2021-12-28Include platform and system statistics in profiler viewer payloadLuck
2021-11-28Add spark version to platform metadataLuck
2021-05-30Extract class sources (plugin/mod names) and include in data payloadLuck
2021-05-06Improve some proto message/field namesLuck
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-01Allow comments to be specified on sampler outputLuck
2020-03-06Treat different methods (not just methods with the same name) as different ↵Luck
stack nodes & include method descriptions in proto data
2019-06-16Use protobuf to encode data instead of JSONLuck