Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mgechev/ngx-flamegraph
Flame graph for stack trace visualization written in Angular
https://github.com/mgechev/ngx-flamegraph
angular flamegraph stacktrace
Last synced: 7 days ago
JSON representation
Flame graph for stack trace visualization written in Angular
- Host: GitHub
- URL: https://github.com/mgechev/ngx-flamegraph
- Owner: mgechev
- License: mit
- Created: 2020-02-14T19:20:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-09T14:00:31.000Z (10 months ago)
- Last Synced: 2024-10-04T12:00:22.029Z (about 1 month ago)
- Topics: angular, flamegraph, stacktrace
- Language: TypeScript
- Homepage: https://ngx-flamegraph.web.app
- Size: 4.44 MB
- Stars: 57
- Watchers: 4
- Forks: 5
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-angular - ngx-flamegraph - Flame graph for stack trace visualization written in Angular. (Table of contents / Third Party Components)
- fucking-awesome-angular - ngx-flamegraph - Flame graph for stack trace visualization written in Angular. (Table of contents / Third Party Components)
README
# Angular Flame Graph
Flame graph for Angular. With this package you can visualize stack traces.
## Docs
You can find how to use `ngx-flamegraph` [here](https://github.com/mgechev/ngx-flamegraph/tree/master/projects/ngx-flamegraph).
Sample app is available [here](https://github.com/mgechev/ngx-flamegraph/tree/master/src/app).
## Demo
You can try it out [here](https://ngx-flamegraph.firebaseapp.com/).
## Related work
`ngx-flamegraph` was inspired by the following prior work:
- [FlameGraph](https://github.com/brendangregg/FlameGraph)
- [CPU Flame Graphs](http://www.brendangregg.com/FlameGraphs/cpuflamegraphs.html)
- [D3 flame graph](https://github.com/spiermar/d3-flame-graph)
- [Flame graph by MapBox](https://github.com/mapbox/flamebearer)
- [React Flame Graph](https://github.com/bvaughn/react-flame-graph)## License
MIT