gecko-dev/tools/profiler/rust-api
Emilio Cobos Álvarez c2003bb3e7 Bug 1753402 - Disable untagged union in Gecko profiler bindings. r=canaltinova
We don't use unions in the bindings, and rust is very picky with what
you can put on untagged unions, so disable them for now.

Differential Revision: https://phabricator.services.mozilla.com/D137837
2022-02-04 13:53:28 +00:00
..
macros Bug 1652560 - Add gecko_profiler_fn_label proc-macro API as an alternative r=emilio 2021-07-30 21:49:22 +00:00
src Bug 1751331 - Use the mozbuild crate in gecko-profiler. r=canaltinova 2022-01-25 21:29:53 +00:00
Cargo.toml Bug 1751331 - Use the mozbuild crate in gecko-profiler. r=canaltinova 2022-01-25 21:29:53 +00:00
README.md
build.rs Bug 1753402 - Disable untagged union in Gecko profiler bindings. r=canaltinova 2022-02-04 13:53:28 +00:00
cbindgen.toml Bug 1654413 - Deserialize and stream the markers and marker schemas r=emilio,gerald 2021-09-21 11:08:12 +00:00
extra-bindgen-flags.in Bug 1724278 - Fix --with-system-nspr build after bug 1722652 r=firefox-build-system-reviewers,mhentges 2021-08-09 21:12:04 +00:00

README.md

Gecko Profiler API for Rust

This crate is the collection of all the API endpoints for Gecko Profiler. Please use this crate instead of using raw FFI calls.

See the module documentations for more information about the specific API endpoints.