https://bugs.kde.org/show_bug.cgi?id=412098
Milian Wolff <m...@milianw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|REPORTED |CONFIRMED --- Comment #2 from Milian Wolff <m...@milianw.de> --- I'm totally on board with this request - but I simply couldn't find the time/motivation yet to work on it. Basically the way it should work is that we take the raw data that would usually get fed into heaptrack_interpret and instead compress it with zstd, then send it to a network socket which then gets uncompressed on another machine and fed into heaptrack_interpret. Alternatively, we could just store that raw compressed data to a file and then interpret it afterwards on a different machine. Furthermore, we then also need to define the sysroot and search paths similar to what we can do with hotspot too e.g. -- You are receiving this mail because: You are watching all bug changes.