introduction
fizmez exemplar profiler is a freeware, open source graphical viewer for profiling your C# and Visual Basic applications. It can parse "mono --profile" output, in a similar way to WinCacheGrind and KCacheGrind.
download
-
fizmezExemplarProfiler-v0.2.exe
(Microsoft Windows) -

fizmezExemplarProfiler-v0.2.zip
(Linux/Mac)
These packages contain: source, documentation, binaries:
cd ..New in 0.2
- Print now works, though brings up no PrintDialog yet.
Requirements:
- Most Windows users will need the Microsoft .Net Runtime.
- If you are unsure whether you have this installed, try TMG Development's free version checker.
Linux/Mac users:
- Unzip onto you machine
- Install Mono ('yum install mono-complete' on Linux).
- Install gdipluslib. ('yum install gdipluslib' on Linux)
- cd bin
- mono program.exe
documentation
Documentation is included in the download. The installer will prompt you to read the documentation on running the installer. Once the software is installed, it can be accessed via the Start menu (in Windows) or clicking on docs/index.html.
