Josh WilliamsAdventures in the 64bit CLR.PerfConsole is my kind of 20% time...- August 10, 2006 Other companies have much talked about 20% time... That sounds great to me! Here at Microsoft (at least in my group) we do too, kinda. I find that every one of my peers has some interesting project that they're working on outside of their normal work activities, some of the categories for people I know of on the CLR are: - pet projects related to the product (in this case CLR) which they are prototyping in the hope of getting some traction in the problem space - pet...http://blogs.msdn.com/joshwil/archive/2006/08/10/694572.aspx PerfConsole is unleashed...- August 4, 2006 So, Rico beat me to the punch: http:blogs.msdn.comricomarchive20060803688019.aspx As we have seen in the previous entry it is nice that the VSTS Profiler team has provided a tool which converts their .VSP files into something which is more easily readable by other programs. While I was working on CLR oerformance last year I spent a lot of time playing with the output of the VSTS Profiler before the UI pieces were ready, so I spent a lot of time using the data in the .CSV files to...http://blogs.msdn.com/joshwil/archive/2006/08/04/688599.aspx Performance Analysis- August 3, 2006 I have spent the last couple years investigating the performance of various parts of the CLR and managed code, in that time I have learned that a profiler is an invaluable tool. There are quite a few profilers available including: CLR Profiler, Intel's VTune, AMD's CodeAnalyst, Microsoft's VSTS Profiler, Kernrate and various profilers which Microsoft has developed internally (including the predecessors to VSTS Profiler) as well as many others which I don't list here only because I don't have...http://blogs.msdn.com/joshwil/archive/2006/08/03/687783.aspx Visual Studio Team System 180 day trial...- August 1, 2006 I just found out that VSTS has a free 180-day trial edition. http:msdn.microsoft.comvstudioproductstrial This is AWESOME because VSTS has a great profiler included in the package!http://blogs.msdn.com/joshwil/archive/2006/08/01/685350.aspx |