This project is aimed to serve as an intermediate layer between your project and useful graph representation. Right now it ships as a full-stack application with TypeScript frontend and Flask backend and only serves as a representation.
Not even alpha. Supports only chromium for the moment!
- Implement golden layout like there https://godbolt.org/
- Add layers with filter masks
- Move construction of diff to the server microservice
a) Let's say we want to delete functions from callgrind that appear to have no name:
b) Now let's delete leafs
npm i \
&& cd examples/chrome_deps \
&& npm i
then probably
chmod +x replace-server-address.sh \
&& ./replace-server-address.sh localhost your_server_address.com
then
npm start
You're all set!
firefox localhost:3000