adding gprof page

This commit is contained in:
Jidong Xiao
2025-02-24 21:55:58 -05:00
committed by JamesFlare
parent 0dae55a634
commit 4d040bbec5

View File

@@ -1,4 +1,3 @@
```markdown
# C++ Profiling with `gprof` # C++ Profiling with `gprof`
## What is `gprof`? ## What is `gprof`?
@@ -63,4 +62,3 @@ int main() {
## Conclusion ## Conclusion
`gprof` is a powerful tool for detecting performance bottlenecks in C++ programs. By identifying expensive functions, developers can make targeted optimizations. `gprof` is a powerful tool for detecting performance bottlenecks in C++ programs. By identifying expensive functions, developers can make targeted optimizations.
```