ltrace - find time consumed by functions in program -


ltrace can be used to detect library function calls and the time taken by each of those library functions Is there any other utility in our C program to detect various functions like non-library functions? Actually, I want to find time consuming with various functions in my program.


Comments

Popular posts from this blog

HTML/CSS - Automatically set height width from background image? -

php - Mysql Show Process - Sleep Commands and what to do -

c - What is the address of buf (the local variable in the main function)? -