https://github.com/simonswine/cp-rust
https://github.com/simonswine/cp-rust
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/simonswine/cp-rust
- Owner: simonswine
- Created: 2022-10-19T14:05:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-24T16:19:44.000Z (over 3 years ago)
- Last Synced: 2025-03-15T16:48:48.766Z (about 1 year ago)
- Language: Rust
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Continuous Profiling for Rust
## Run backend
```shell
$ RUST_LOG=debug cargo run
```
## Collect profile
```shell
$ pprof -http :6060 "http://localhost:3000/debug/pprof/profile?seconds=1"
```