Skip to main content

Crate perfgate_adapters

Crate perfgate_adapters 

Source
Expand description

Std adapters for perfgate.

In clean-arch terms: this is where we touch the world.

Structs§

CommandSpec
FakeProcessRunner
A process runner that returns pre-configured results for specific commands.
HostProbeOptions
Options for host probing.
RunResult
StdHostProbe
Standard implementation of HostProbe using platform APIs.
StdProcessRunner

Enums§

AdapterError

Traits§

HostProbe
Trait for probing host system information.
ProcessRunner