https://github.com/viperproject/pcg
https://github.com/viperproject/pcg
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/viperproject/pcg
- Owner: viperproject
- Created: 2024-06-20T21:09:15.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-15T21:58:01.000Z (over 1 year ago)
- Last Synced: 2024-11-15T22:33:08.651Z (over 1 year ago)
- Language: Rust
- Size: 776 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Running
To run:
`cargo run [FILENAME].rs`
To view the visualization
1. `PCG_VISUALIZATION=true cargo run [FILENAME.rs]`
2. `cd visualization && ./serve`
3. Go to http://localhost:8080 and select the function you wish to view
Once the server is running, you can keep it running and analyze other files
(e.g. `cargo run [FILENAME2].rs`). Just refresh the page to see updated results.
To run on the top crates use:
`cargo test --test top_crates -- --ignored`