profiler, again

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • David Levy

    profiler, again

    I am a long time user of Visual C++ 6.0. For a variety of reasons I am now
    running Vista and Visual C++ won't run there. I purchased Visual Studio 2008
    Professional, which included a C++ compiler. Alas, I just learned that the
    profile that shipped with 6.0 is not part of 2008 Professional. I would need
    to buy the Visual Studio Team System. Having been forced to buy an unwanted
    new operating system and then an unwanted new development environment, I'm
    anxious to stop the bleeding/

    Are there any other (inexpensive) solutions?


  • Ioannis Vranos

    #2
    Re: profiler, again

    David Levy wrote:
    I am a long time user of Visual C++ 6.0. For a variety of reasons I am
    now running Vista and Visual C++ won't run there. I purchased Visual
    Studio 2008 Professional, which included a C++ compiler. Alas, I just
    learned that the profile that shipped with 6.0 is not part of 2008
    Professional. I would need to buy the Visual Studio Team System. Having
    been forced to buy an unwanted new operating system and then an unwanted
    new development environment, I'm anxious to stop the bleeding/
    >
    Are there any other (inexpensive) solutions?

    I think they had a managed code profiler available for download in their
    site, some time ago. Do you want to profile managed code, native code,
    or mixed code?

    Comment

    • David Levy

      #3
      Re: profiler, again

      I think they had a managed code profiler available for download in their
      site, some time ago. Do you want to profile managed code, native code,
      or mixed code?
      Native only.

      Thanks

      Comment

      • Ioannis Vranos

        #4
        Re: profiler, again

        David Levy wrote:
        >I think they had a managed code profiler available for download in
        >their site, some time ago. Do you want to profile managed code, native
        >code, or mixed code?
        >
        Native only.
        >
        Thanks

        I suppose there are some free ones out there.

        Comment

        • Jeff Schwab

          #5
          Re: profiler, again

          David Levy wrote:
          I am a long time user of Visual C++ 6.0. For a variety of reasons I am
          now running Vista and Visual C++ won't run there. I purchased Visual
          Studio 2008 Professional, which included a C++ compiler. Alas, I just
          learned that the profile that shipped with 6.0 is not part of 2008
          Professional. I would need to buy the Visual Studio Team System. Having
          been forced to buy an unwanted new operating system and then an unwanted
          new development environment, I'm anxious to stop the bleeding/
          >
          Are there any other (inexpensive) solutions?
          Er... Linux? What forced you to buy an unwanted new operating system?

          Comment

          • mike3

            #6
            Re: profiler, again

            On Feb 28, 5:23 pm, "David Levy" <david.l...@nos pam.sbcglobal.n et>
            wrote:
            I am a long time user of Visual C++ 6.0. For a variety of reasons I am now
            running Vista and Visual C++ won't run there. I purchased Visual Studio 2008
            Professional, which included a C++ compiler. Alas, I just learned that the
            profile that shipped with 6.0 is not part of 2008 Professional. I would need
            to buy the Visual Studio Team System. Having been forced to buy an unwanted
            new operating system and then an unwanted new development environment, I'm
            anxious to stop the bleeding/
            >
            Are there any other (inexpensive) solutions?
            How could you possibly even afford a copy of VSTS, anyway?!

            Comment

            • Juha Nieminen

              #7
              Re: profiler, again

              David Levy wrote:
              Are there any other (inexpensive) solutions?
              I'm not aware of any free profilers for Windows (Linux would be a
              different story).
              From the commercial ones, AQtime seems to be a rather good one in my
              experience.

              Comment

              Working...