Questions tagged [slimtune]

Slimtune is a free and open-source profiling and performance tuning tool for .NET applications

SlimTune is a free and open-source profiling and performance tuning tool for .NET applications.

2 questions
2
votes
1 answer

Unknown function CoUninitializeE shows up during profiling

While using SlimTune to profile a C# application, I find that when profiling native functions is enabled there are lots of entries for a function called "CoUninitializeE." CoUninitialize seems to be related to COM objects, however I'm not directly…
Corey Staten
  • 545
  • 4
  • 12
1
vote
1 answer

Help on SlimTune Profiler for .NET, how to profile a console application?

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…
Tim
  • 1,749
  • 3
  • 24
  • 48