blondie 0.1.0-alpha2

Collect CPU call stack samples from a windows process
docs.rs failed to build blondie-0.1.0-alpha2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: blondie-0.3.1

blondie is a rust library to do callstack sampling of a process on windows.

You can use [trace_command] to execute and sample an std [std::process::Command]. Or you can use [trace_child] to start tracing an std [std::process::Child]. You can also trace an arbitrary process using [trace_pid].