473,387 Members | 1,520 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,387 software developers and data experts.

Performance analysis

Hi,

my newly created application (a mixture of .net code and C++ Dlls) seems to
soak a lot of processor time - even more than i expected. Now, there might be
a bottleneck in my application but I can't figure out where.
That's why I'm looking for a tool (doesn't matter if commercial or not),
that is...

- able to do performance analysis on .net windows services
- able to both analyse C++- code and .net code
- able to give me exact information about the functions that soak the
processor time (e.g. percentual values)

Does such a tool exist? does anyone have some experience with such tools?

thanks a lot
Peter
Jul 21 '05 #1
5 2257
Peter Schmitz wrote:
Hi,

my newly created application (a mixture of .net code and C++ Dlls)
seems to soak a lot of processor time - even more than i expected.
Now, there might be a bottleneck in my application but I can't figure
out where.
That's why I'm looking for a tool (doesn't matter if commercial or
not), that is...

- able to do performance analysis on .net windows services
- able to both analyse C++- code and .net code
- able to give me exact information about the functions that soak the
processor time (e.g. percentual values)

Does such a tool exist? does anyone have some experience with such
tools?


I highly recommend VTune from Intel

http://developer.intel.com/software/.../vpa/index.htm

It's awesome. It's also $699, but when you need it, my experience has been
that it's worth it.

-cd
Jul 21 '05 #2
"Peter Schmitz" <Pe**********@discussions.microsoft.com> ::
Does such a tool exist? does anyone have some experience with such tools?


Go to http://www.compuware.com and find
DevPartner Profiler Community Edition.

It is for free as a Community Edition.

Greets

--
Mateusz Łoskot
mateusz (at) loskot (dot) net
Jul 21 '05 #3
"Peter Schmitz" <Pe**********@discussions.microsoft.com> wrote in message
news:A7**********************************@microsof t.com...
Hi,

my newly created application (a mixture of .net code and C++ Dlls) seems
to
soak a lot of processor time - even more than i expected. Now, there might
be
a bottleneck in my application but I can't figure out where.
That's why I'm looking for a tool (doesn't matter if commercial or not),
that is...

- able to do performance analysis on .net windows services
- able to both analyse C++- code and .net code
- able to give me exact information about the functions that soak the
processor time (e.g. percentual values)

Does such a tool exist? does anyone have some experience with such tools?


Hi,

We use a product called GlowCode - it's cheaper than VTune (I, nor Intel's
tech people could get VTune installed, so I can't vouch for its relative
merits, but I'm sure it's very good) and works for mixed mode C++
applications, but I don't know about services. They have a trial at
www.glowcode.com (ignore the really cheesy looking front page). I've found
that its UI could be a bit more intuitive, but we had loads of trouble
tracking down a mixed mode profiler.

Steve
Jul 21 '05 #4
"Peter Schmitz" <Pe**********@discussions.microsoft.com> wrote in message
news:A7**********************************@microsof t.com...

my newly created application (a mixture of .net code and C++ Dlls) seems to soak a lot of processor time - even more than i expected. Now, there might be a bottleneck in my application but I can't figure out where.
That's why I'm looking for a tool (doesn't matter if commercial or not),
that is...

- able to do performance analysis on .net windows services
- able to both analyse C++- code and .net code
- able to give me exact information about the functions that soak the
processor time (e.g. percentual values)

Does such a tool exist? does anyone have some experience with such tools?


We offer profiler tools.
We don't have one tool that profiles both languages.
We *do* have profiler tools for C++ and C#, that can coexist.

See http://www.semanticdesigns.com/Products/Profilers
--
Ira D. Baxter, Ph.D., CTO 512-250-1018
Semantic Designs, Inc. www.semdesigns.com
Jul 21 '05 #5

"Peter Schmitz" <Pe**********@discussions.microsoft.com> wrote in message news:A7**********************************@microsof t.com...
Hi,

my newly created application (a mixture of .net code and C++ Dlls) seems to
soak a lot of processor time - even more than i expected. Now, there might be
a bottleneck in my application but I can't figure out where.
That's why I'm looking for a tool (doesn't matter if commercial or not),
that is...

- able to do performance analysis on .net windows services
- able to both analyse C++- code and .net code
- able to give me exact information about the functions that soak the
processor time (e.g. percentual values)

Does such a tool exist? does anyone have some experience with such tools?

thanks a lot
Peter


The C/C++ Program Perfometer at http://sourceforge.net/projects/cpp-perfometer/ is an open source tool which enables the programmer
to measure the comparative performance of a C/C++ program or of separated pieces of code by one of several desired metrics: e.g.,
time, memory, or metrics defined by the programmer.
Newsgroups:
* http://news.gmane.org/gmane.comp.lang.c++.perfometer
* news://news.gmane.org/gmane.comp.lang.c++.perfometer
* http://groups-beta.google.com/group/perfo

--
Alex Vinokur
email: alex DOT vinokur AT gmail DOT com
http://mathforum.org/library/view/10978.html
http://sourceforge.net/users/alexvn

Jul 21 '05 #6

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

Similar topics

25
by: Brian Patterson | last post by:
I have noticed in the book of words that hasattr works by calling getattr and raising an exception if no such attribute exists. If I need the value in any case, am I better off using getattr...
1
by: Chris Finlayson | last post by:
Hi all - I'd like to do performance analysis of a non-distributed app written in unmanaged C++ code in Visual Studio .NET 2003 Enterprise. The advent of all the new .NET features has my head...
15
by: kostas | last post by:
Hi, Trying to dump a set<int(s) in a vector (v) my guess was that v.insert(v.end(),s.begin(),s.end()) would be at least as efficient as copy(s.begin(), s.end(), back_inserter(v)) It turn out...
1
by: Ted | last post by:
I have cross posted this to comp.lang.c++ and to sci.math.num- analysis in the belief that the topic is of interest to some in both groups. I am building my toolkit, in support of my efforts in...
5
OraMaster
by: OraMaster | last post by:
Hi All, Please suggest how to improve performance of below SQL to me. I tried but it's not showing any improvement. Thanks in advance!!! SELECT ci.ind_cst_key AS q39_key , ...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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
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...

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.