tools/funcslower.py:support for the trace of nested functions
Open
- Dominant language
- C
- Stars
- 22.7k
- Forks
- 4.1k
- Avg merge
- 10d 4h
- Merged PRs (30d)
- 3
Description
`tools/funcslower.py`
```
NOTE: This tool cannot trace nested functions in the same invocation
due to instrumentation specifics, only innermost calls will be visible.
```
Sometimes the slowness of the function is caused by too much nesting. Would it be better to calculate the elapsed time of the outermost?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.