https://github.com/leifwalsh/flametrace
Build flamegraph charts for process trees, based on strace
https://github.com/leifwalsh/flametrace
flamegraph profiling strace
Last synced: about 1 year ago
JSON representation
Build flamegraph charts for process trees, based on strace
- Host: GitHub
- URL: https://github.com/leifwalsh/flametrace
- Owner: leifwalsh
- License: bsd-3-clause
- Created: 2021-01-09T22:11:50.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-29T18:11:33.000Z (almost 5 years ago)
- Last Synced: 2025-04-08T17:21:39.999Z (about 1 year ago)
- Topics: flamegraph, profiling, strace
- Language: Perl
- Homepage: https://flametrace.readthedocs.io
- Size: 74.2 KB
- Stars: 9
- Watchers: 3
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# flametrace
[](https://codecov.io/gh/leifwalsh/flametrace)
[](https://flametrace.readthedocs.io/en/latest/?badge=latest)
[](https://pypi.org/project/flametrace/)
Build flamegraph charts for process trees, based on strace.
If you’ve ever wanted to know why a command is slow, flametrace can help! Run
your command under flametrace and get a chart showing what else it ran inside
itself.
## Installing
```
pip install flametrace
```
## Usage
```
flametrace COMMAND
```

## License
[BSD 3-clause](./LICENSE)