@computer_peter: gprof is a profiling tool for C and C++ programs that shows you how much time your code spends in each function. It helps you find performance bottlenecks by tracking where your program is actually working the hardest. Instead of guessing where to optimize, gprof gives you real data to make smarter, faster improvements. #c #cplusplus #computerpeter #ProgrammingHumor #ComputerScience #SoftwareEngineering #csexplained

Computer Peter
Computer Peter
Open In TikTok:
Region: SE
Tuesday 29 April 2025 21:59:49 GMT
2835
150
2
14

Music

Download

Comments

peterjayiap
Peter0x44 :
note on windows you also have to turn off aslr, -pg -no-pie
2025-04-29 22:19:19
2
connr.yng
Connor :
You can also use valgrind for memory inspection and threading issues
2025-04-29 22:41:24
0
To see more videos from user @computer_peter, please go to the Tikwm homepage.

Other Videos


About