hii,i have to know about performance measurement and improvement library.itz our project topic for btech.plz give an idea about the topic.
content:how to improve a c++ program by calculating fn call,fn time,memory allocation and save pointers
moonray 0 Newbie Poster
Recommended Answers
Jump to PostFirst, profile the application to see where it is taking most of its time. Then, do an in-depth analysis of the code for the problematic sections. There are good tools for detecting memory errors and profiling, most of which seem to be owned by IBM these days. I have had …
Jump to PostCan you give more information to understand what exactly the project requirements are.
Initially I thought you want to know about the tools to find out the performance of a program/server, Rubberman already gave a reply for this. I want to add my 2 cets. Valgrind, one of the …
Jump to Postactually i need a c++ framework for improving performance
Go to the IBM web site and look for their Purify/Quantify tools (acquired when they purchased Rational, who previously purchased Pure who originally developed the tools).
All 11 Replies
rubberman 1,355 Nearly a Posting Virtuoso Featured Poster
Tellalca commented: definitive +4
moonray 0 Newbie Poster
alwaysLearning0 39 Junior Poster
moonray 0 Newbie Poster
moonray 0 Newbie Poster
moonray 0 Newbie Poster
rubberman 1,355 Nearly a Posting Virtuoso Featured Poster
L7Sqr 227 Practically a Master Poster
moonray 0 Newbie Poster
moonray 0 Newbie Poster
raptr_dflo 48 Posting Pro
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.