{"id":27166795,"url":"https://github.com/singularitti/nsightsystems.jl","last_synced_at":"2025-04-09T04:24:57.774Z","repository":{"id":285016875,"uuid":"956813473","full_name":"singularitti/NsightSystems.jl","owner":"singularitti","description":"Julia tools for NVIDIA Nsight Systems","archived":false,"fork":false,"pushed_at":"2025-04-03T06:48:21.000Z","size":280,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T10:42:14.189Z","etag":null,"topics":["benchmarking","julia","julia-package","nsight-systems","nvidia","tools","utility"],"latest_commit_sha":null,"homepage":"","language":"Julia","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/singularitti.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2025-03-28T22:54:55.000Z","updated_at":"2025-04-03T06:47:57.000Z","dependencies_parsed_at":"2025-03-28T23:46:08.416Z","dependency_job_id":"27fdbfdd-ddb2-459f-aa1f-812290f3f1fd","html_url":"https://github.com/singularitti/NsightSystems.jl","commit_stats":null,"previous_names":["singularitti/nsightsystems.jl"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/singularitti%2FNsightSystems.jl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/singularitti%2FNsightSystems.jl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/singularitti%2FNsightSystems.jl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/singularitti%2FNsightSystems.jl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/singularitti","download_url":"https://codeload.github.com/singularitti/NsightSystems.jl/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247976894,"owners_count":21027189,"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":["benchmarking","julia","julia-package","nsight-systems","nvidia","tools","utility"],"created_at":"2025-04-09T04:24:56.975Z","updated_at":"2025-04-09T04:24:57.761Z","avatar_url":"https://github.com/singularitti.png","language":"Julia","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NsightSystems\n\n| **Documentation** | [![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://singularitti.github.io/NsightSystems.jl/stable/) [![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://singularitti.github.io/NsightSystems.jl/dev/)                                                                                                                                                                                                                                                                                                 |\n| :---------------: | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |\n| **Build Status**  | [![Build Status](https://github.com/singularitti/NsightSystems.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/singularitti/NsightSystems.jl/actions/workflows/CI.yml?query=branch%3Amain) [![Build Status](https://ci.appveyor.com/api/projects/status/github/singularitti/NsightSystems.jl?svg=true)](https://ci.appveyor.com/project/singularitti/NsightSystems-jl)[![Build Status](https://api.cirrus-ci.com/github/singularitti/NsightSystems.jl.svg)](https://cirrus-ci.com/github/singularitti/NsightSystems.jl) |\n|   **Coverage**    | [![Coverage](https://github.com/singularitti/NsightSystems.jl/badges/main/coverage.svg)](https://github.com/singularitti/NsightSystems.jl/commits/main) [![Coverage](https://codecov.io/gh/singularitti/NsightSystems.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/singularitti/NsightSystems.jl)                                                                                                                                                                                                                |\n|    **Others**     | [![Code Style: Blue](https://img.shields.io/badge/code%20style-blue-4495d1.svg)](https://github.com/invenia/BlueStyle) [![License](https://img.shields.io/github/license/singularitti/NsightSystems.jl)](https://github.com/singularitti/NsightSystems.jl/blob/main/LICENSE)                                                                                                                                                                                                                                                   |\n\nThe code, which is [hosted on GitHub](https://github.com/singularitti/NsightSystems.jl), is tested\nusing various continuous integration services for its validity.\n\nThis repository is created and maintained by\n[@singularitti](https://github.com/singularitti), and contributions are highly welcome.\n\n## Package features\n\n\n\n## Installation\n\nThe package can be installed with the Julia package manager.\nFrom [the Julia REPL](https://docs.julialang.org/en/v1/stdlib/REPL/), type `]` to enter\nthe [Pkg mode](https://docs.julialang.org/en/v1/stdlib/REPL/#Pkg-mode) and run:\n\n```julia-repl\npkg\u003e add NsightSystems\n```\n\nOr, equivalently, via [`Pkg.jl`](https://pkgdocs.julialang.org/v1/):\n\n```julia\njulia\u003e import Pkg; Pkg.add(\"NsightSystems\")\n```\n\n## Documentation\n\n- [**STABLE**](https://singularitti.github.io/NsightSystems.jl/stable/) — **documentation of the most recently tagged version.**\n- [**DEV**](https://singularitti.github.io/NsightSystems.jl/dev/) — _documentation of the in-development version._\n\n## Project status\n\nThe package is developed for and tested against Julia `v1.6` and above on Linux, macOS, and\nWindows.\n\n## Questions and contributions\n\nYou can post usage questions on\n[our discussion page](https://github.com/singularitti/NsightSystems.jl/discussions).\n\nWe welcome contributions, feature requests, and suggestions. If you encounter any problems,\nplease open an [issue](https://github.com/singularitti/NsightSystems.jl/issues).\nThe [Contributing](@ref) page has\na few guidelines that should be followed when opening pull requests and contributing code.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsingularitti%2Fnsightsystems.jl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsingularitti%2Fnsightsystems.jl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsingularitti%2Fnsightsystems.jl/lists"}