----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: LovedJohnySmith Message 2 in Discussion Bernd: Sound Intersting! I spent some time this morning with your Profiler, and I would like to suggest/feedback to improve this tool(but please dun mistake me :)). it more appreciate, if it will allow us to retrive information about all instance allocations performed on garbage collected heap(GC heap) and all instances that resides on the GC heap. The retrived information should present in real-time, eighter nor both numerically or/and graphically. also if it will pinpointing the performance bottlenecks in application which written in any of the languages available on the .NET framework. I mean, it should profile nearly all .NET applications including those designed to run on windows and on webservers. as well as it should records the frequency and time spent in each line of our code, as we are using our application. so finaly summary shows us the slowest code and methods, it should allow us to quickly optimize our applications like ANTS Profiler. In terms of Code Profiling, it should profile the line level timings, line level hit counts, source code displayed alongside detailed results, listing of top 1000 functions, thread specific result as well as process specfic results. In terms of memory profiling, it should summarize the slowest lines of code, it show the relevant source code and timings. as well as it should provide good overview of the activity and status of the GC heap, but by collecting snapshots of the heap, very detailed information should present in the real-time information. also it should contain a dispose tracker, which suppose to provide additional data about disposable instances(i.e., instances of classes implementing the System.IDisposable interface). It should possible to automatically detect memory leaks and control the profiler fro, within the profiled program. I hope these feedback will help you to improve your profiler. Thanx, Smith ----------------------------------------------------------- To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. http://groups.msn.com/bdotnet/_emailsettings.msnw Need help? If you've forgotten your password, please go to Passport Member Services. http://groups.msn.com/_passportredir.msnw?ppmprop=help For other questions or feedback, go to our Contact Us page. http://groups.msn.com/contact If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. mailto:[EMAIL PROTECTED]
