adding gprof page
This commit is contained in:
@@ -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.
|
||||||
```
|
|
||||||
|
|||||||
Reference in New Issue
Block a user