473,503 Members | 1,657 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1786
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
1835
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
1290
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
2748
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
18520
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
1904
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
1114
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
1183
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
3661
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
7198
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7072
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7271
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7319
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
7449
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
4998
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new...
0
4666
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
1498
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
373
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.