Options

After prof'g, see results for mandelbrot, but not for my app

'Start profiling' starts the app, 'Stop profiling' stops the app, but no results display. Using the mandelbrot tutorial app, the results display as expected.

I'm using ANTS 2.6.0 build 62. C# test apps compiled with .NET framework 1.1.

Same result if I set ANTS to profile all .NET methods.
Same result with both a winform app and a console app.
Both of these apps are minimal "Hello, world!"-esque busy loops to verify profiler functionality.

The project has the .pdb in the same dir as the .exe, in the bin\debug\ of the project. They are the current build.
Same result if I copy exe and pdb to the same directory the mandelbrot tutorial runs from, and profile from there.

I'm out of ideas. I don't see anything like this in the help. I see no similar problem reported in the forums. Anyone have an idea?
Thanks for reading!


J.

Comments

  • Options
    Brian DonahueBrian Donahue Posts: 6,590 Bronze 1
    Hello there,

    If you're used to ANTS Profiler v1.x or are new to Profiler, you may need to be made aware that the STOP button simply does what it says. It shuts down the Profiler without displaying a result set. To get results, you can use the snapshot button or simply close your application.
This discussion has been closed.