amd_uprof-sys 0.1.0

Raw FFI bindings for AMD UProf
docs.rs failed to build amd_uprof-sys-0.1.0
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: amd_uprof-sys-0.1.3

amd_uprof-sys

Provides FFI bindings to AMD uProf's AMDProfileController API for profiling from Rust.

Env vars:

  • AMD_UPROF_DIR: root install directory; used to infer include/lib paths.
  • AMD_UPROF_INCLUDE_DIR: explicit path to headers (overrides inference).
  • AMD_UPROF_LIB_DIR: explicit path to libraries (overrides inference).

If env vars are not set, the build will try to find AMD uProf headers and libraries in common install locations (e.g. /opt or /usr/local).

Features:

  • bindgen: generate bindings at build time from system headers. Without it, the crate uses committed bindings (currently targeting AMD uProf 5.0).