Course 2
Understanding Slowness
Profiling Tools
A profiler is a tool that measures the resources that our code is using, giving us a better understanding of what's going on.
- gprof : For C program
A profiler is a tool that measures the resources that our code is using, giving us a better understanding of what's going on.