473,327 Members | 1,919 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,327 software developers and data experts.

Profit for C#

This seems to be a good tool for profiling C# code.
What do people around here use to profile C# code?
Ive seen Team System for Dev is coming with an own profiler, but its far
from most people affordance, so having a good free option is always good....
Aug 16 '06 #1
7 1784
Ants Profiler has always worked well .. also there are many free profilers
including CLRProfiler
http://www.microsoft.com/downloads/d...displaylang=en

Cheers,

Greg Young
MVP - C#
http://codebetter.com/blogs/gregyoung

"Bruce One" <ra**@virtualsoftware.com.brwrote in message
news:A7**********************************@microsof t.com...
This seems to be a good tool for profiling C# code.
What do people around here use to profile C# code?
Ive seen Team System for Dev is coming with an own profiler, but its far
from most people affordance, so having a good free option is always
good....

Aug 16 '06 #2
Greg,
I was looking for a more friendly and direct tool. Something that could show
me the times each method executes/calls another method, which method is
taking long to execute etc...

"Greg Young" wrote:
Ants Profiler has always worked well .. also there are many free profilers
including CLRProfiler
http://www.microsoft.com/downloads/d...displaylang=en

Cheers,

Greg Young
MVP - C#
http://codebetter.com/blogs/gregyoung

"Bruce One" <ra**@virtualsoftware.com.brwrote in message
news:A7**********************************@microsof t.com...
This seems to be a good tool for profiling C# code.
What do people around here use to profile C# code?
Ive seen Team System for Dev is coming with an own profiler, but its far
from most people affordance, so having a good free option is always
good....


Aug 16 '06 #3
The big problem is that all such profilers suffer from the observer effect.

Ants is a very nice looking and straight forward profiler .. CLRProfiler
while a bit less friendly will get the job done.

Cheers,

Greg
"Bruce One" <ra**@virtualsoftware.com.brwrote in message
news:DA**********************************@microsof t.com...
Greg,
I was looking for a more friendly and direct tool. Something that could
show
me the times each method executes/calls another method, which method is
taking long to execute etc...

"Greg Young" wrote:
>Ants Profiler has always worked well .. also there are many free
profilers
including CLRProfiler
http://www.microsoft.com/downloads/d...displaylang=en

Cheers,

Greg Young
MVP - C#
http://codebetter.com/blogs/gregyoung

"Bruce One" <ra**@virtualsoftware.com.brwrote in message
news:A7**********************************@microso ft.com...
This seems to be a good tool for profiling C# code.
What do people around here use to profile C# code?
Ive seen Team System for Dev is coming with an own profiler, but its
far
from most people affordance, so having a good free option is always
good....



Aug 16 '06 #4
What is the "observer effect" Greg?

"Greg Young" wrote:
The big problem is that all such profilers suffer from the observer effect.

Ants is a very nice looking and straight forward profiler .. CLRProfiler
while a bit less friendly will get the job done.

Cheers,

Greg
"Bruce One" <ra**@virtualsoftware.com.brwrote in message
news:DA**********************************@microsof t.com...
Greg,
I was looking for a more friendly and direct tool. Something that could
show
me the times each method executes/calls another method, which method is
taking long to execute etc...

"Greg Young" wrote:
Ants Profiler has always worked well .. also there are many free
profilers
including CLRProfiler
http://www.microsoft.com/downloads/d...displaylang=en

Cheers,

Greg Young
MVP - C#
http://codebetter.com/blogs/gregyoung

"Bruce One" <ra**@virtualsoftware.com.brwrote in message
news:A7**********************************@microsof t.com...
This seems to be a good tool for profiling C# code.
What do people around here use to profile C# code?
Ive seen Team System for Dev is coming with an own profiler, but its
far
from most people affordance, so having a good free option is always
good....


Aug 16 '06 #5
http://en.wikipedia.org/wiki/Observer_effect
"Bruce One" <ra**@virtualsoftware.com.brwrote in message
news:B2**********************************@microsof t.com...
What is the "observer effect" Greg?

"Greg Young" wrote:
>The big problem is that all such profilers suffer from the observer
effect.

Ants is a very nice looking and straight forward profiler .. CLRProfiler
while a bit less friendly will get the job done.

Cheers,

Greg
"Bruce One" <ra**@virtualsoftware.com.brwrote in message
news:DA**********************************@microso ft.com...
Greg,
I was looking for a more friendly and direct tool. Something that could
show
me the times each method executes/calls another method, which method is
taking long to execute etc...

"Greg Young" wrote:

Ants Profiler has always worked well .. also there are many free
profilers
including CLRProfiler
http://www.microsoft.com/downloads/d...displaylang=en

Cheers,

Greg Young
MVP - C#
http://codebetter.com/blogs/gregyoung

"Bruce One" <ra**@virtualsoftware.com.brwrote in message
news:A7**********************************@microso ft.com...
This seems to be a good tool for profiling C# code.
What do people around here use to profile C# code?
Ive seen Team System for Dev is coming with an own profiler, but its
far
from most people affordance, so having a good free option is always
good....



Aug 16 '06 #6
I would also recommend PerfConsole ..
http://blogs.msdn.com/joshwil/archiv...04/688599.aspx

Cheers,

Greg
"Bruce One" <ra**@virtualsoftware.com.brwrote in message
news:B2**********************************@microsof t.com...
What is the "observer effect" Greg?

"Greg Young" wrote:
>The big problem is that all such profilers suffer from the observer
effect.

Ants is a very nice looking and straight forward profiler .. CLRProfiler
while a bit less friendly will get the job done.

Cheers,

Greg
"Bruce One" <ra**@virtualsoftware.com.brwrote in message
news:DA**********************************@microso ft.com...
Greg,
I was looking for a more friendly and direct tool. Something that could
show
me the times each method executes/calls another method, which method is
taking long to execute etc...

"Greg Young" wrote:

Ants Profiler has always worked well .. also there are many free
profilers
including CLRProfiler
http://www.microsoft.com/downloads/d...displaylang=en

Cheers,

Greg Young
MVP - C#
http://codebetter.com/blogs/gregyoung

"Bruce One" <ra**@virtualsoftware.com.brwrote in message
news:A7**********************************@microso ft.com...
This seems to be a good tool for profiling C# code.
What do people around here use to profile C# code?
Ive seen Team System for Dev is coming with an own profiler, but its
far
from most people affordance, so having a good free option is always
good....



Aug 16 '06 #7
I was looking for a more friendly and direct tool. Something that could
show
me the times each method executes/calls another method, which method is
taking long to execute etc...
http://www.jetbrains.com/profiler

regards, Robert

Aug 16 '06 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Doug D | last post by:
Is there a way I can sell a PHP "module" without distributing the source code? I haven't heard of one, but if you have an idea, please let me know. thanks, -d
0
by: Alex Martelli | last post by:
(Note: you need to download & install Mark Pilgrim's pygoogle, see http://diveintomark.org/projects/pygoogle/ , get a personal license to the google api, see http://www.google.com/apis/ , save it...
5
by: Bob Alston | last post by:
I am looking for any Microsoft Access based software that could be used for a United Way agency that provides basic needs assistance - food, clothing, financial (rent, utilities, Rx, gasoline,...
1
by: Don Leverton | last post by:
Hi Folks, I *can* calculate the Gross Profit Percentage where both the Cost and SellPrice are known, using the formula: (SellPrice - Cost) / SellPrice = GPP eg ($24.92 - $14.95) / $24.92 =...
16
by: D. Stimits | last post by:
A non-profit organization is interested in a new data application that would use a SQL storage system. I'm interested to know how non-profit companies that are not selling products are considered...
0
by: Lillian | last post by:
Dear all: We are researchers from Shih Hsin University and we are currently launching the 2006 New Energy and Environmental Media Issues Survey, this is a non-profit academic research. In this...
13
by: stryfedll | last post by:
I've been working on an E-Commerce application like OSCommerce, except mine is object-oriented, with a much better architecture, and a lot of AJAX. I originally intended to release it as Open...
2
by: chetchet007 | last post by:
I have a stock table with the cost price and the selling price, then i have an invoice that is produced. i need to produce a profit/loss for either daily, weekly or monthly i want to do this by drop...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.