SlimTune Profiler 0.1.5 Released!

Published August 13, 2009
Advertisement
Let's recap. For about two months now, I've been working on a brand new profiling tool for .NET, C#, CLR, and all that jazz. It's open source, completely free, and supports frameworks 2.0 and later (no 1.x, sorry). Some of the notable features include remote profiling, real time results analysis, and multiple visualizers. Today, the first public release, version 0.1.5, is available to the public.

Project Homepage
Direct Link to Installer

Although this is still an early version, it is already quite capable. It supports sampling mode profiling for both x86 and x64 applications, and provides views that will be familiar to users of NProf or dotTrace. Speaking of NProf, it's my belief that this completely replaces it for .NET 2.0+, with a better UI and more features too. (And a far more lenient source code license as well.) There is still a lot to come, of course, but with this release I finally feel that this is ready for the general public.

I'm looking forward to getting lots of feedback, both positive and negative, and I hope that this is a useful tool for everyone.

(P.S. If you want to build from source, you'll need to do it with a non-express version of VC++ 2008 SP1 and VC# 08, with a full boost installation. Also install the SQL Server Compact redist, which is in the repository under trunk\install\ExtraFiles.)
0 likes 2 comments

Comments

Jason Z
It sounds like a cool project, but I've been sticking with C++ lately. Any chance that you would take this thing native sometime soon?
August 14, 2009 05:51 AM
Mike.Popoloski
Quote:Original post by Jason Z
It sounds like a cool project, but I've been sticking with C++ lately. Any chance that you would take this thing native sometime soon?


Promit's already stated intentions to bring the profiler to native code, although I think it's a secondary priority right now.
August 14, 2009 09:11 AM
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Advertisement