{"id":29210640,"url":"https://github.com/embarkstudios/superluminal-perf-rs","last_synced_at":"2025-07-02T21:07:23.301Z","repository":{"id":46355081,"uuid":"238045020","full_name":"EmbarkStudios/superluminal-perf-rs","owner":"EmbarkStudios","description":"🔆 Superluminal Performance profiler Rust API 🦀","archived":false,"fork":false,"pushed_at":"2025-05-07T08:06:32.000Z","size":1829,"stargazers_count":101,"open_issues_count":0,"forks_count":4,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-06-26T12:56:58.492Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://embark.rs","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EmbarkStudios.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE-APACHE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2020-02-03T19:33:22.000Z","updated_at":"2025-05-30T20:58:50.000Z","dependencies_parsed_at":"2023-02-08T12:01:59.841Z","dependency_job_id":"de4822a0-52dd-4606-b9eb-46c93b9946d5","html_url":"https://github.com/EmbarkStudios/superluminal-perf-rs","commit_stats":{"total_commits":53,"total_committers":7,"mean_commits":7.571428571428571,"dds":0.2075471698113207,"last_synced_commit":"e8208fc754a52eab687df614ea9df18115ad5a31"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/EmbarkStudios/superluminal-perf-rs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmbarkStudios%2Fsuperluminal-perf-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmbarkStudios%2Fsuperluminal-perf-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmbarkStudios%2Fsuperluminal-perf-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmbarkStudios%2Fsuperluminal-perf-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EmbarkStudios","download_url":"https://codeload.github.com/EmbarkStudios/superluminal-perf-rs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmbarkStudios%2Fsuperluminal-perf-rs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263215299,"owners_count":23431895,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-07-02T21:07:22.600Z","updated_at":"2025-07-02T21:07:23.286Z","avatar_url":"https://github.com/EmbarkStudios.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🔆 superluminal-perf-rs\n\n[![Embark](https://img.shields.io/badge/embark-open%20source-blueviolet.svg)](https://embark.dev)\n[![Embark](https://img.shields.io/badge/discord-ark-%237289da.svg?logo=discord)](https://discord.gg/dAuKfZS)\n[![Crates.io](https://img.shields.io/crates/v/superluminal-perf.svg)](https://crates.io/crates/superluminal-perf)\n[![Docs](https://docs.rs/superluminal-perf/badge.svg)](https://docs.rs/superluminal-perf)\n[![dependency status](https://deps.rs/repo/github/EmbarkStudios/superluminal-perf-rs/status.svg)](https://deps.rs/repo/github/EmbarkStudios/superluminal-perf-rs)\n[![Build Status](https://github.com/EmbarkStudios/superluminal-perf-rs/workflows/CI/badge.svg)](https://github.com/EmbarkStudios/superluminal-perf-rs/actions?workflow=CI)\n\n[Superluminal Performance](https://superluminal.eu/) profiler Rust API for adding user events to captures.\n\n## How to use\n\nIn `Cargo.toml` add:\n\n```toml\n[dependencies]\nsuperluminal-perf = \"0.3.0\"\n```\n\nExample usage:\n\n```rust\nsuperluminal_perf::begin_event(\"my-event\");\ncalc();\nsuperluminal_perf::end_event();\n\nsuperluminal_perf::begin_event(\"my-event2\");\ncalc2();\nsuperluminal_perf::end_event();\n```\n\nOn non-Windows platforms the events will be compiled out.\n\n## Contributing\n\n[![Contributor Covenant](https://img.shields.io/badge/contributor%20covenant-v1.4-ff69b4.svg)](../CODE_OF_CONDUCT.md)\n\nWe welcome community contributions to this project.\n\nPlease read our [Contributor Guide](CONTRIBUTING.md) for more information on how to get started.\n\n## License\n\nLicensed under either of\n\n* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or \u003chttp://www.apache.org/licenses/LICENSE-2.0\u003e)\n* MIT license ([LICENSE-MIT](LICENSE-MIT) or \u003chttp://opensource.org/licenses/MIT\u003e)\n\nat your option.\n\nNote that the Superluminal Performance C API, that this crate uses and embeds, is licensed under BSD.\n\n### Contribution\n\nUnless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fembarkstudios%2Fsuperluminal-perf-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fembarkstudios%2Fsuperluminal-perf-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fembarkstudios%2Fsuperluminal-perf-rs/lists"}