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

apache - 504 Gateway Time-out The server didn't respond in time. How to fix it? -

c# - .net WebSocket: CloseOutputAsync vs CloseAsync -

c++ - How to properly scale qgroupbox title with stylesheet for high resolution display? -