cargo-samply 0.4.0

A cargo subcommand to automate the process of running samply for project binaries
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
```console
$ cargo-samply samply --no-samply --bench throughput -- alpha beta
criterion bench sum=10 args=--bench alpha beta

```

```console
$ cargo-samply samply --bench throughput -- alpha beta
fake-samply raw args=["record", "--", "[..]target[..]samply[..]deps[..]throughput-[..]", "--bench", "alpha", "beta"]
fake-samply prefix=["record"]
fake-samply runtime=["[..]target[..]samply[..]deps[..]throughput-[..]", "--bench", "alpha", "beta"]
criterion bench sum=10 args=--bench alpha beta

```