Konrad Kokosa
Konrad Kokosa
Currently if metrics are enabled, *Nethermind.Runner* exposes only some .NET runtime-related data, where only two are GC-related: `dotnet_total_memory_bytes` and `dotnet_collection_count_total`. This is because [the default prometheus-net .NET stats exporter](https://github.com/prometheus-net/prometheus-net/blob/master/Prometheus.NetStandard/DotNetStats.cs). And...
Currently, script references only mscorlib while it would be very nice to have possibly to reference any additional assembly.
Offer integrations (optional) with the VMMap tool to get process layout, like https://github.com/Alois-xx/MemAnalyzer/tree/master/MemAnalyzer/VMMap does.
Solution should be layered into UI, core engine and other auxiliary projects.
Integrate CI/CD pipeline with AppVeyor to create releases automatically. It requires #2 issue resolving to not depend on any commercial libraries.
Making possible to take memory snapshots during script run and/or invoke it explicitly from the script by any kind of `Script.DumpMemory()` method.
Add recording of the CPU hardware counters (PMC) along with ETW data and visualize it on the graph.
There is a problem with disassembling generic methods - seems like HotColdInfo is not available (code used from [SharpLab](https://github.com/ashmind/SharpLab) to be checked).
Hi, I wonder how difficult it would be to upgrade to the latest versions of Yjs? I'm seriously considering using Ycs in my heavily Yjs-based project with .NET backend (because...