Pinkstink-Rust / Rust-Server-Metrics

A metrics gathering HarmonyMod for Rust game servers
MIT License
61 stars 24 forks source link

Tracking memory consumption by method. #23

Closed SkiTee3000 closed 4 months ago

SkiTee3000 commented 4 months ago

Are there plans to implement memory consumption tracking with MonoProfiler for example, as well as code execution time tracking by methods with the same MonoProfiler?

IvMisticos commented 4 months ago

The profiler API could be used indeed for such purposes (tracking CPU time and memory consumption by method), but RSM is pretty far from being just that / about that. Therefore the suggestion sounds rather irrelevant. In my opinion it would be the wrong tool for the job you want done.