PC Review


Reply
Thread Tools Rate Thread

App profiling

 
 
No one
Guest
Posts: n/a
 
      17th Nov 2005
I am looking for tools to profile an application while running. There
seems to be a resource problem and I am not sure if it is the
application (Windows Forms .Net written in C#) or the database server
(Informix).
 
Reply With Quote
 
 
 
 
Marc Bernard
Guest
Posts: n/a
 
      17th Nov 2005
"No one" <(E-Mail Removed)> wrote in message
news:tipu43-(E-Mail Removed)...
>I am looking for tools to profile an application while running. There
>seems to be a resource problem and I am not sure if it is the application
>(Windows Forms .Net written in C#) or the database server (Informix).


By "resource problem", do you mean a leak?

I like this one:
http://memprofiler.com/

There's trial download, but it's not very expensive to purchase.

Marc
http://nomagichere.blogspot.com


 
Reply With Quote
 
No one
Guest
Posts: n/a
 
      17th Nov 2005
Marc Bernard wrote:

> "No one" <(E-Mail Removed)> wrote in message
> news:tipu43-(E-Mail Removed)...
>
>>I am looking for tools to profile an application while running. There
>>seems to be a resource problem and I am not sure if it is the application
>>(Windows Forms .Net written in C#) or the database server (Informix).

>
>
> By "resource problem", do you mean a leak?
>
> I like this one:
> http://memprofiler.com/
>
> There's trial download, but it's not very expensive to purchase.
>
> Marc
> http://nomagichere.blogspot.com
>
>


I'm not sure if it is the app or the database.
 
Reply With Quote
 
Phyllis Yao
Guest
Posts: n/a
 
      21st Nov 2005
BlackBox from Identify, it's expensive though.

"No one" <(E-Mail Removed)> wrote in message
news:tipu43-(E-Mail Removed)...
> I am looking for tools to profile an application while running. There
> seems to be a resource problem and I am not sure if it is the
> application (Windows Forms .Net written in C#) or the database server
> (Informix).



 
Reply With Quote
 
=?Utf-8?B?dGVjaHkuTkVU?=
Guest
Posts: n/a
 
      7th Dec 2005
hi,
I find couple of tools, quite useful when trying to profile application for
memory and other performance issues-

For memory profiling you can use CLR Profiler tool (from MSFT); URL below-

http://www.microsoft.com/downloads/d...displaylang=en

CLR profiler will help identify excessive memory allocations, short and
long-lived objects and if any object is holding onto memory for quite long
time. Its worth try.
If you need to find out which method in your code is slowest and what's the
overall time of execution per method (with children) etc, NANTS profiler is
the best tool; u can eval version from URL-

http://www.red-gate.com/products/ant..._Profiler.html

Be aware that no tool will give you any benchmark of any sort, since the
nature of application varies; you need to take your call on knowing if
specific behaviour is not called. Performance counters still remains the
choice to monitor your application during the run.


--
Cheers,
PT.


"No one" wrote:

> I am looking for tools to profile an application while running. There
> seems to be a resource problem and I am not sure if it is the
> application (Windows Forms .Net written in C#) or the database server
> (Informix).
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Profiling again! Gordon MacPherson Printers 0 27th Jul 2010 11:01 AM
Profiling Davis Microsoft Dot NET Compact Framework 0 16th May 2006 10:00 AM
Profiling Peter Morris [Droopy eyes software] Microsoft Dot NET Compact Framework 1 21st Mar 2006 08:24 PM
Profiling asp.net Damon Allison Microsoft ASP .NET 0 19th Nov 2003 02:44 AM
ASP.NET Profiling Mark Fox Microsoft ASP .NET 3 28th Aug 2003 06:32 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:03 PM.