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: 10 days ago
JSON representation

Flame graph for stack trace visualization written in Angular

Lists

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