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
Post a Comment