Slimtune / nprof

Automatically exported from code.google.com/p/nprof
0 stars 1 forks source link

Pause and reset #10

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
By allowing manual pausing and resting of profiling, nprof would be much
more useful for applications with lengthy start up times or specific
trouble spots.

Original issue reported on code.google.com by coldequa...@gmail.com on 16 Aug 2009 at 6:06

GoogleCodeExporter commented 9 years ago
It should be possible to implement this using the attach / detach feature in 
the .NET 4.0 profiling API (see 
http://blogs.msdn.com/davbr/archive/2008/11/10/new-
stuff-in-profiling-api-for-upcoming-clr-4-0.aspx). This would also be useful to 
profile production web servers, for example.

Original comment by staudenm...@googlemail.com on 14 Sep 2009 at 9:50

GoogleCodeExporter commented 9 years ago

Original comment by staudenm...@googlemail.com on 14 Sep 2009 at 9:58