An open API service indexing awesome lists of open source software.

https://github.com/simonswine/cp-rust


https://github.com/simonswine/cp-rust

Last synced: about 1 year ago
JSON representation

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"
```