https://github.com/singularitti/nsightsystems.jl
Julia tools for NVIDIA Nsight Systems
https://github.com/singularitti/nsightsystems.jl
benchmarking julia julia-package nsight-systems nvidia tools utility
Last synced: about 1 year ago
JSON representation
Julia tools for NVIDIA Nsight Systems
- Host: GitHub
- URL: https://github.com/singularitti/nsightsystems.jl
- Owner: singularitti
- License: mit
- Created: 2025-03-28T22:54:55.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-03T06:48:21.000Z (about 1 year ago)
- Last Synced: 2025-04-06T10:42:14.189Z (about 1 year ago)
- Topics: benchmarking, julia, julia-package, nsight-systems, nvidia, tools, utility
- Language: Julia
- Homepage:
- Size: 273 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NsightSystems
| **Documentation** | [](https://singularitti.github.io/NsightSystems.jl/stable/) [](https://singularitti.github.io/NsightSystems.jl/dev/) |
| :---------------: | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Build Status** | [](https://github.com/singularitti/NsightSystems.jl/actions/workflows/CI.yml?query=branch%3Amain) [](https://ci.appveyor.com/project/singularitti/NsightSystems-jl)[](https://cirrus-ci.com/github/singularitti/NsightSystems.jl) |
| **Coverage** | [](https://github.com/singularitti/NsightSystems.jl/commits/main) [](https://codecov.io/gh/singularitti/NsightSystems.jl) |
| **Others** | [](https://github.com/invenia/BlueStyle) [](https://github.com/singularitti/NsightSystems.jl/blob/main/LICENSE) |
The code, which is [hosted on GitHub](https://github.com/singularitti/NsightSystems.jl), is tested
using various continuous integration services for its validity.
This repository is created and maintained by
[@singularitti](https://github.com/singularitti), and contributions are highly welcome.
## Package features
## Installation
The package can be installed with the Julia package manager.
From [the Julia REPL](https://docs.julialang.org/en/v1/stdlib/REPL/), type `]` to enter
the [Pkg mode](https://docs.julialang.org/en/v1/stdlib/REPL/#Pkg-mode) and run:
```julia-repl
pkg> add NsightSystems
```
Or, equivalently, via [`Pkg.jl`](https://pkgdocs.julialang.org/v1/):
```julia
julia> import Pkg; Pkg.add("NsightSystems")
```
## Documentation
- [**STABLE**](https://singularitti.github.io/NsightSystems.jl/stable/) — **documentation of the most recently tagged version.**
- [**DEV**](https://singularitti.github.io/NsightSystems.jl/dev/) — _documentation of the in-development version._
## Project status
The package is developed for and tested against Julia `v1.6` and above on Linux, macOS, and
Windows.
## Questions and contributions
You can post usage questions on
[our discussion page](https://github.com/singularitti/NsightSystems.jl/discussions).
We welcome contributions, feature requests, and suggestions. If you encounter any problems,
please open an [issue](https://github.com/singularitti/NsightSystems.jl/issues).
The [Contributing](@ref) page has
a few guidelines that should be followed when opening pull requests and contributing code.