473,651 Members | 2,743 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Visual C++ .NET Performance Analysis - how to?

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 somewhat spinning, and
I'd like to confirm the following:

"There is no Visual Studio .NET 2003 performance analysis tool for
analyzing unmanaged C++ code"

I like tools like Intel's vTune, or NuMega's performance analysis tool
- you just compile, and then run, and *poof*, you get a call graph,
execution time, time in function, etc. There's no special api calls
needed in your code, etc.

Am I correct that .NET does not have this type of tool integrated
within it?

I see the Visual Studio Analyzer, but it seems like it's more for
analyzing app's written in the .NET framework (managed code), is more
geared for distributed app's, and you have to make changes to your
code if you want to get detailed info.

Thank you!

Chris Finlayson
Nov 16 '05 #1
1 2933
http://www.compuware.com/media.asp?cid=3019X36

"Chris Finlayson" <fi********@yah oo.com> wrote in message
news:9d******** *************** ***@posting.goo gle.com...
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 somewhat spinning, and
I'd like to confirm the following:

"There is no Visual Studio .NET 2003 performance analysis tool for
analyzing unmanaged C++ code"

I like tools like Intel's vTune, or NuMega's performance analysis tool
- you just compile, and then run, and *poof*, you get a call graph,
execution time, time in function, etc. There's no special api calls
needed in your code, etc.

Am I correct that .NET does not have this type of tool integrated
within it?

I see the Visual Studio Analyzer, but it seems like it's more for
analyzing app's written in the .NET framework (managed code), is more
geared for distributed app's, and you have to make changes to your
code if you want to get detailed info.

Thank you!

Chris Finlayson

Nov 16 '05 #2

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

Similar topics

25
3477
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 within a try statement myself, or is there some clever implementation enhancement which makes this a bad idea? i.e. should I prefer: if hasattr(self,"datum"): datum=getattr("datum") else: datum=None
31
2228
by: Roland Hall | last post by:
I've read numerous articles, more than I can count, on ASP performance. I see conflicting information so I did some tests on my own. getstring and getrows are actually faster than recordset looping. However, I've read in looping that Do While...Loop is the fastest and For...Next the slowest but my tests prove otherwise. I've tested: Do...Loop
5
1614
by: hishamfangs | last post by:
Hi guys! I'm facing a problem and I can't quite figure it out! I have created a table on SQL Server 2000 to store call records. We get about 250,000 calls a day, and the most frequently used query retrieves all the calls records for the day and groups them by destination, so the query would return something like this: Destination Calls Minutes
1
1828
by: Guru | last post by:
Hi All Can anyone guide me to analysis the Performance of DB2. What all are the parameters need to monitor and how to do the monitor the things? How to capature the executed SQL queries and its cost,I/O waits etc. I have little bit idea in statspack in oracle. Previously i worked Oracle. Now i am learning DB2 monitoring So i want to know any tools like statspack in DB2. Plz help me in this learning...
2
3835
by: Ben Childs | last post by:
Hi, I am writing an application in C# (VS.NET 2002) that runs performance intensive analyses on data sets. In order to keep the UI responsive I have created a seperate thread to do the analysis. I am using my own DLLS to load the data sets from files and run the analyses. But I have run into a bit of a problem. If I load the data set in the main thread and then run the analysis in the seperate thread the analysis takes about 20 times...
8
1968
by: Will Chamberlain | last post by:
I came across a rather interesting article this morning and thought I'd share. We all know that Visual Studio is a great IDE, but I think we can all agree that it is adds a dramatic change to how we write code. I'm not posting to talk trash or start a flamewar, just wanting feedback in regards to the following article. I happen to use Visual Studio on a daily basis and am not a John Rivers alter-ego. ...
8
6262
by: WT | last post by:
Is it normal that Visual Studio sets the PreInit handler for a Page from the OnInit code ? No chance to fire it as OnPreInit is run befor OnInit. ??? CS
15
4903
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 that it is almost two times slower (even without using reserve() before copy) and that's because it traverses the set twice. I'm posting it as an exception to the usual (and usually correct) advise "Prefer member functions to algorithms".
1
2377
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 producing high performance C++ code; code that is provably correct. The issue here is orthogonal to the question of expression templates, which at present seem to me to be relatively simple.
0
8277
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8700
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8465
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8581
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
5612
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4144
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4285
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1910
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1588
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 can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.