I'm trying to profile a .NET console application with slim tune, but I can't achieved make it working. I can't find any tutorial on internet, so I hope someone has already used it.
This is what I've done :
- Build my console app on VS.
- Open slimtune profiler
- Click on run
- Choose "CLR Application (ms .net 2.0, 4.0)" target application type
- Select my executable (this is a vshost.exe)
- Set "allow method inlining" to true
- Select sqlite in-memory
- Choose for try "Function details" visualizer
- Click on run
- A window open, but status is stopped and nothing is profiling
What am I doing wrong ? It should be very easy, but i'm stuck ...
Thanks in advance for any help.
Best regards