{"id":16114916,"url":"https://github.com/simbleau/nvtx","last_synced_at":"2025-04-07T08:27:37.148Z","repository":{"id":37321775,"uuid":"370205257","full_name":"simbleau/nvtx","owner":"simbleau","description":"A safe Rust FFI binding for the NVIDIA® Tools Extension SDK (NVTX).","archived":false,"fork":false,"pushed_at":"2024-01-18T21:31:39.000Z","size":863,"stargazers_count":86,"open_issues_count":5,"forks_count":6,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-03-31T07:05:54.764Z","etag":null,"topics":["api-binding","nvidia","nvtx"],"latest_commit_sha":null,"homepage":"","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/simbleau.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["simbleau"],"custom":["buymeacoffee.com/simbleau"]}},"created_at":"2021-05-24T02:29:16.000Z","updated_at":"2025-01-31T00:09:51.000Z","dependencies_parsed_at":"2024-10-26T19:31:45.797Z","dependency_job_id":"27d2aee8-f659-446a-be11-a859f87350c1","html_url":"https://github.com/simbleau/nvtx","commit_stats":{"total_commits":67,"total_committers":2,"mean_commits":33.5,"dds":0.02985074626865669,"last_synced_commit":"5a5e434fa5c0b435a724570d12ec1e96204c912b"},"previous_names":["simbleau/nvtx-rs"],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simbleau%2Fnvtx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simbleau%2Fnvtx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simbleau%2Fnvtx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simbleau%2Fnvtx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simbleau","download_url":"https://codeload.github.com/simbleau/nvtx/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247312053,"owners_count":20918341,"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":["api-binding","nvidia","nvtx"],"created_at":"2024-10-09T20:16:31.415Z","updated_at":"2025-04-07T08:27:37.116Z","avatar_url":"https://github.com/simbleau.png","language":"Rust","funding_links":["https://github.com/sponsors/simbleau","buymeacoffee.com/simbleau","https://www.buymeacoffee.com/simbleau"],"categories":[],"sub_categories":[],"readme":"\u003cimg align=\"right\" alt=\"NVIDIA Logo\" width=\"25%\" src=\"assets/Nvidia-Logo.png\"\u003e\n\n# NVTX\n\n[![Crates.io](https://img.shields.io/crates/v/nvtx)](https://crates.io/crates/nvtx)\n[![Documentation](https://docs.rs/nvtx/badge.svg)](https://docs.rs/nvtx)\n[![Build Status](https://github.com/simbleau/nvtx/workflows/build/badge.svg)](https://github.com/simbleau/nvtx/actions/workflows/build.yml)\n[![dependency status](https://deps.rs/repo/github/simbleau/nvtx/status.svg)](https://deps.rs/repo/github/simbleau/nvtx)\n\nA safe and ergonomic `#![no_std]` crate to bind the NVIDIA® Tools Extension SDK (NVTX) with zero-cost abstraction.\n\nNVIDIA® Tools Extension SDK (NVTX) is a C-based Application Programming Interface (API) for annotating events, code ranges, and resources in your applications.\nOfficial documentation for NVIDIA®'s NVTX can be found [here](https://nvidia.github.io/NVTX/doxygen/index.html).\n\nThis library is a wrapper over that SDK, safely, and with zero-cost abstractions. This library facilitates integration into the rich CPU and GPU profiling tools provided by NVIDIA®, such as NSight Systems. The primary motivation for this library is to assist research GPU analysts and bring NVIDIA® tools to Rust. This crate is `#![no_std]`.\n\n# ➡️ Quickstart\n\nThe crate is published on [crates.io](https://crates.io/crates/nvtx) and the easiest way to use nvtx is by adding the dependency to your `Cargo.toml` file:\n\n```toml\nnvtx = \"1.1.1\"\n```\n\n![Example](assets/screenshot.png)\n\nThere are several examples in the [`examples`](examples) folder which can be executed through tools such as NSight Systems. Each example has a README document with easy to read steps, screenshots, and documentation. Check out the first example, '[Hello, World!](https://github.com/simbleau/nvtx/tree/main/examples/hello_world)'\n\n🙋 *If you need support, please [file an issue](https://github.com/simbleau/nvtx/issues/new) or [start a discussion](https://github.com/simbleau/nvtx/discussions/new).*\n\n---\n\n## 🤝 Contributing\n\nIf you support the project, consider [sponsoring](https://github.com/sponsors/simbleau) or [buying a coffee](https://www.buymeacoffee.com/simbleau). Otherwise, any help is welcome, including pull requests. Please check the [active issues](https://github.com/simbleau/nvtx/issues) if you'd like to help.\n\nThe [Rust code of conduct](https://www.rust-lang.org/policies/code-of-conduct) applies.\n\n---\n\n## 📜 Changelog\n\nSee the [changelog](CHANGELOG.md).\n\n---\n\n## 🔏 License\n\nThis project is dual-licensed under both [Apache 2.0](LICENSE-APACHE) and [MIT](LICENSE-MIT) licenses.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimbleau%2Fnvtx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimbleau%2Fnvtx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimbleau%2Fnvtx/lists"}