|
INTERVIEW QUESTIONS
PROGRAMMING LANGUAGES
DETAILS
Question: What is profiling in c or c++?and what is rtdi?is it part of c or c++?
Answer: The C/C++ profiling tools work automatically when you are running your NetBeans project on Solaris, OpenSolaris, and Linux operating systems. The profiling tools gather information about the project's runtime, using external facilities running in the operating system where the project is running. The facilities necessary for detailed information are not available on Windows or Mac platforms. This tutorial uses a project running on a Solaris SPARC processor-based system with Sun Studio tools. However, the Sun Studio tool collection is not required on Solaris platforms because the profiling tools can also use the Solaris DTrace utility to obtain information about running programs. If you are using the OpenSolaris OS, you can easily install the Sun Studio software through the Package Manager or by using the command pkg install sunstudio in a terminal window. If you are using a Linux platform, you must download Sun Studio software to use the C/C+ profiling tools in the NetBeans IDE.
|
|
|
Category |
Programming Languages Interview Questions & Answers -
Exam Mode /
Learning Mode
|
Rating |
(0.3) By 6581 users |
Added on |
7/14/2013 |
Views |
68697 |
Rate it! |
|
|
Question:
What is profiling in c or c++?and what is rtdi?is it part of c or c++?
Answer:
The C/C++ profiling tools work automatically when you are running your NetBeans project on Solaris, OpenSolaris, and Linux operating systems. The profiling tools gather information about the project's runtime, using external facilities running in the operating system where the project is running. The facilities necessary for detailed information are not available on Windows or Mac platforms. This tutorial uses a project running on a Solaris SPARC processor-based system with Sun Studio tools. However, the Sun Studio tool collection is not required on Solaris platforms because the profiling tools can also use the Solaris DTrace utility to obtain information about running programs. If you are using the OpenSolaris OS, you can easily install the Sun Studio software through the Package Manager or by using the command pkg install sunstudio in a terminal window. If you are using a Linux platform, you must download Sun Studio software to use the C/C+ profiling tools in the NetBeans IDE. Source: CoolInterview.com
Answered by: srikanth | Date: 8/18/2010
| Contact srikanth
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|
|
Related Questions |
View Answer |
|
void main() { int i=20;j=35,x,y; x= y++ + x++; y= ++y + ++x; printf("
%d %d" , x,y); } /* please tell me the value of x and y at each and every moment. i dont need the answer but the explanation of the anamolus behavior of increment expression.*/
|
View Answer
|
|
Which language should be learn for getting better job?
|
View Answer
|
|
How can we print sum of two number without using main function?
|
View Answer
|
|
What is a dangling pointer ?
|
View Answer
|
|
I am a new programmer in C & can't find <graphics.h> library. can anyone help me with this?
|
View Answer
|
|
How type of questions asked in campus interview? please tell me.
|
View Answer
|
|
What is the purpose of semicolon in c?
|
View Answer
|
|
What is the purpose of the semicolon(;) in languages?
|
View Answer
|
|
How to create Crystal Report in Visual Basic 6.0
|
View Answer
|
|
In VB which control does not have event?
|
View Answer
|
|
What are the differences between malloc() and calloc()?
What are macros? what are its advantages and disadvantages?
|
View Answer
|
|
What is Thread ? (VC++) What is the difference between Cmutex and Csemaphone?
|
View Answer
|
|
What is LPCTSTR? What does LP denote it?
|
View Answer
|
Please Note: We keep on updating better answers to this site. In case you are looking for Jobs, Pls Click Here Vyoms.com - Best Freshers & Experienced Jobs Website.
View All Programming Languages Interview Questions & Answers - Exam Mode /
Learning Mode
|