admin 管理员组

文章数量: 1086019

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/.

本文标签: memory managementHow to Analyze Mono MLPD Files and Obtain mprofreportexe on Windows osStack Overflow