Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. .NET profiler

.NET profiler

Scheduled Pinned Locked Moved The Lounge
csharpquestion
11 Posts 7 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Southmountain

    I am looking at different .NET profilers. which .NET profiler do you recommend?

    usability & truth

    D Offline
    D Offline
    dybs
    wrote on last edited by
    #2

    I've been using ANTS from RedGate[^]. If you're on Windows 7, it also lets you attach to a running .NET 4 process and just profile what you want, rather than profiling from startup. One of my colleagues uses DotTrace from JetBrains (same guys who make ReSharper)[^]. I think it also lets you attach to a running process. They've both been great tools for us, sometimes one will show us something the other doesn't, so sometimes it's nice to have both.

    The shout of progress is not "Eureka!" it's "Strange... that's not what i expected". - peterchen

    A 1 Reply Last reply
    0
    • D dybs

      I've been using ANTS from RedGate[^]. If you're on Windows 7, it also lets you attach to a running .NET 4 process and just profile what you want, rather than profiling from startup. One of my colleagues uses DotTrace from JetBrains (same guys who make ReSharper)[^]. I think it also lets you attach to a running process. They've both been great tools for us, sometimes one will show us something the other doesn't, so sometimes it's nice to have both.

      The shout of progress is not "Eureka!" it's "Strange... that's not what i expected". - peterchen

      A Offline
      A Offline
      AspDotNetDev
      wrote on last edited by
      #3

      The bottom right of the ANTS page shows awards, including "The Code Project Members Choice Winner 2011". :-D

      Thou mewling ill-breeding pignut!

      D 1 Reply Last reply
      0
      • A AspDotNetDev

        The bottom right of the ANTS page shows awards, including "The Code Project Members Choice Winner 2011". :-D

        Thou mewling ill-breeding pignut!

        D Offline
        D Offline
        dybs
        wrote on last edited by
        #4

        AspDotNetDev wrote:

        The bottom right of the ANTS page shows awards, including "The Code Project Members Choice Winner 2011". :-D

        So it does :)

        The shout of progress is not "Eureka!" it's "Strange... that's not what i expected". - peterchen

        1 Reply Last reply
        0
        • S Southmountain

          I am looking at different .NET profilers. which .NET profiler do you recommend?

          usability & truth

          H Offline
          H Offline
          Hiren solanki
          wrote on last edited by
          #5

          Southmountain wrote:

          which .NET profiler do you recommend?

          This one[^]

          Regards, Hiren. -"I don't know, I don't care, and it doesn't make any difference".

          1 Reply Last reply
          0
          • S Southmountain

            I am looking at different .NET profilers. which .NET profiler do you recommend?

            usability & truth

            T Offline
            T Offline
            thatraja
            wrote on last edited by
            #6

            I never used profilers before. I heard that Redgates's ANTS profiler[^] is good. Here some list of profilers[^] Also got this wiki page[^]

            thatraja

            FREE Code Conversion VB6 ASP VB.NET C# ASP.NET C++ JAVA PHP DELPHI ColdFusion
            HTML Marquee & its alternatives

            Nobody remains a virgin, Life screws everyone :sigh:

            S 1 Reply Last reply
            0
            • S Southmountain

              I am looking at different .NET profilers. which .NET profiler do you recommend?

              usability & truth

              L Offline
              L Offline
              Lost User
              wrote on last edited by
              #7

              Microsofts .NET Profiler[^]

              Bastard Programmer from Hell :suss:

              D 1 Reply Last reply
              0
              • L Lost User

                Microsofts .NET Profiler[^]

                Bastard Programmer from Hell :suss:

                D Offline
                D Offline
                dybs
                wrote on last edited by
                #8

                The CLR Profiler is definitely great tool for finding memory issues, but not so much for performance bottlenecks. ANTS comes in handy for those issues (although ANTS does have a memory profiler as well, but I like CLR better).

                The shout of progress is not "Eureka!" it's "Strange... that's not what i expected". - peterchen

                S 1 Reply Last reply
                0
                • S Southmountain

                  I am looking at different .NET profilers. which .NET profiler do you recommend?

                  usability & truth

                  T Offline
                  T Offline
                  TheGreatAndPowerfulOz
                  wrote on last edited by
                  #9

                  The one tha' works.

                  If your actions inspire others to dream more, learn more, do more and become more, you are a leader." - John Quincy Adams
                  You must accept one of two basic premises: Either we are alone in the universe, or we are not alone in the universe. And either way, the implications are staggering” - Wernher von Braun

                  1 Reply Last reply
                  0
                  • T thatraja

                    I never used profilers before. I heard that Redgates's ANTS profiler[^] is good. Here some list of profilers[^] Also got this wiki page[^]

                    thatraja

                    FREE Code Conversion VB6 ASP VB.NET C# ASP.NET C++ JAVA PHP DELPHI ColdFusion
                    HTML Marquee & its alternatives

                    Nobody remains a virgin, Life screws everyone :sigh:

                    S Offline
                    S Offline
                    Southmountain
                    wrote on last edited by
                    #10

                    thank you very much! these list really helps me.

                    usability & truth

                    1 Reply Last reply
                    0
                    • D dybs

                      The CLR Profiler is definitely great tool for finding memory issues, but not so much for performance bottlenecks. ANTS comes in handy for those issues (although ANTS does have a memory profiler as well, but I like CLR better).

                      The shout of progress is not "Eureka!" it's "Strange... that's not what i expected". - peterchen

                      S Offline
                      S Offline
                      Southmountain
                      wrote on last edited by
                      #11

                      thank you for your feedback. it is useful for me.

                      usability & truth

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups