mirror of
https://github.com/emu-russia/pureikyubu.git
synced 2025-04-02 10:42:15 -04:00
.. | ||
packages/Newtonsoft.Json.12.0.3 | ||
Properties | ||
.gitattributes | ||
.gitignore | ||
App.config | ||
Dolwin.ico | ||
Form1.cs | ||
Form1.Designer.cs | ||
Form1.resx | ||
FormAbout.cs | ||
FormAbout.Designer.cs | ||
FormAbout.resx | ||
Jdi.cs | ||
packages.config | ||
Program.cs | ||
Readme.md | ||
SampleData.cs | ||
SamplingProfiler.csproj | ||
SamplingProfiler.csproj.user | ||
SamplingProfiler.sln | ||
SamplingProfilerDemo.png | ||
Symbols.cs |
SamplingProfiler
Utility application for analyzing data collected using the Sampling Profiler (StartProfiler
and StopProfiler
commands).
Example profiling of smp-onetri demo with map:
Controls
Input data:
- Json with collected samples (sampleData)
- GameCube main memory dump (can be obtained using the
ramsave
command). It should be kept in mind that if the program loaded overlay during the collection of samples, then the code that was sampled before may differs to the sampled addresses. I have not yet figured out how it is more convenient to make support for overlays (DolphinSDK REL files) - Symbolic information (Map). Supports CodeWarrior and Dolwin RAW map formats.
More information can be found in Docs\EMU folder.
You also need Dolwin Data folder.