What are Profilers?
Answer / leossk
Profiler in projects:
Profiling is the setting to see how the functions are
performing, like how many times a function called and how
much time it has taken etc....
Profiler in unix:
compile with -pg option //p for profiling & g for debugging
run the exe with gprof
| Is This Answer Correct ? | 3 Yes | 0 No |
How to find the version details of unix? if any application is installed in unix OS how to find the version of that application is it possilbe or not? pls let me know cmd in detail.
What do you mean by nice value?
What is mean by Mac os? Why it is named as like that? Which purprose it is using? Please answer me. Advance thanks.
What are the read or write or execute bits on a directory mean?
If the terminal is not showing the login prompt,what's the 1st thing you should check?and how do you solve the problem?
What is mutex?
How many VI editor modes do you know?
How do you list the files in an UNIX directory while also showing hidden files?
What are permissions in UNIX?
In this command sqlplus -s username/password what is -S and what's the use..???
What does iostat do?
How to put a job in background & bring it to foreground?