Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 411263
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T17:58:10+00:00 2026-05-12T17:58:10+00:00

Is anybody using the .NET profiler made by yourkit? I am looking for a

  • 0

Is anybody using the .NET profiler made by yourkit? I am looking for a good .NET profiler and stumbled upon the yourkit one. As I would purchase a single person license, it would cost 79 EUR for me, which is pretty ok imho. What I also like: the more or less easy to use and friendly GUI.

But I am not very experienced in profiling .NET applications, so I wonder if yourkit .NET profiler gets the job done. Yourkit seems to be pretty well known in the Java world, though.

Any opinions?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-12T17:58:11+00:00Added an answer on May 12, 2026 at 5:58 pm

    Opinion? Yeah. While you’re deciding which profiler to buy or not, give this a try.

    ADDED: @Max: Step-by-step instructions: The IDE has a “pause” button. Run your app under the IDE, and while it is being subjectively slow, i.e. while you are waiting for it, hit the “pause” button. Then get a snapshot of the call stack.

    To snapshot the call stack, what I do is display it (that’s one of the debug windows). In the IDE options you can find options for what to display in the stack view. I turn off the option to display the function arguments, because that makes the lines too long. I’m interested in the line number where the call takes place and the name of the function being called. Then, in the call stack view, you can do a “Select All” and then a “Copy”, and then paste it into Notepad. It’s a little clumsy, I know, but I used to write them down by hand.

    I take a few samples this way. Then I look at them for lines that appear on more than one sample, because those are the time-takers. Some are simply necessary, like “call main”, but some are not. Those are the gold nuggets. If I don’t find any, I keep taking samples, up to about 20. If I still don’t find any (very unusual) by that time the program is pretty well optimized. (A key point is that every time you do this the program gets faster, and in the process the remaining performance problems get relatively bigger & easier to find. I.e. not only does the program get faster by a certain ratio R, but the remaining problems get bigger, percentage-wise, by that same ratio.)*

    Another thing I do in this process is ask myself what the program is doing and why in that sample. The “why” is very important, because that is how you tell if a line is actually necessary or could be replaced with something less costly. If I’m not sure why it is there, I single-step it a little, maybe look at the data, or maybe let it return up a few levels (shift-F11) until I understand what it’s doing. That’s about all there is to it.

    Existing profilers could help with this process if they actually perform stack sampling, retain the samples, rank lines by what percent of samples contain them, and then let you study individual samples in detail. Maybe they will at some time, but they don’t now. They are hung up on issues like efficiency and measurement.

    *Suppose your code spends 90% of its time doing X, and 9% of its time doing Y, both not really necessary. Take a small number of samples, and you will see X, but probably not Y. If you fix X you get a 10x speedup. Do the sampling again (you may have to wrap an outer loop around the program so you can take samples). Now you see Y with certainty because now it takes 9% x 10x = 90%. Fixing it gives you another 10x, for overall 100x speedup.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have one C# Application written using .net framework4.0.It is working good.Now i want
Using .NET's Office interop libraries, does anybody know the best way to convert back
Does anybody know how to properly identify CMYK images in ASP.NET using C#? When
Is anybody using Neo4j with the REST API in production? I've been looking at
Does anybody know how to redirect to another server/solution using ASP.NET MVC? Something like
Does anybody know a way to deactivate the autoplay function of windows using c#/.NET?
I am trying to create a formmailer using ASP.net C#. Does anybody know of
I am using Asp.Net/C# in my project.In one of my forms I am using
Possible Duplicate: Can I develop blackberry applications using C#.NET on windows7 can anybody give
Does anybody know how can I download a website using .NET? Is there any

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.