The official documentation indicates that mprof-report can be utilized for specific profiling tasks as described in
the document content picture
However, I'm encountering an issue on my Windows operating system. I'm unable to use the mprof-report tool, and I'm not sure how to obtain it.
After installing Mono, I checked the C:\Program Files\Mono\bin directory, but the mprof-report.exe file is absent.
My current problem is that I have an .mlpd file from a .NET WASM project, and I need to analyze and utilize its contents. From what I've seen, it seems that I need to use mprof - report (or perhaps not), but after downloading and installing Mono, I didn't find that mprof - report was operational. Fundamentally, my problem is that I need to perform memory profiling for a project (which seems to be a mix of .NET WASM and Emscripten).
Can anyone guide me on how to get and use mprof-report on Windows? Here is the link to the relevant documentation: +profile/profile/profiler/.