nvprof2json

command module
v0.0.0-...-2ade1cc Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 5, 2025 License: GPL-3.0 Imports: 11 Imported by: 0

README

nvprof2json

Build Status

A small self-contained binary that converts the output of nvprof into a json file for visualization in the Chrome browser. No external dependencies, just download the latest release here from GitHub and run

nvprof -o main.nvvp ./main
nvprof2json -o main.json main.nvvp

Point the Chrome browsers to chrome://tracing/ and load main.json

Usage:
  nvprof2json [OPTIONS] file

Application Options:
  -o, --output=  output file for Chrome tracing (default: [nvvpfile].json)
  -v, --verbose  verbose logging
  -p, --pretty   ident and prettify JSON output
  -f             override output file if exists

Help Options:
  -h, --help     Show this help message

Arguments:
  file:          output from nvprof, e.g., 'nvprof -o [file] [your-app]'

Alternatives There exists proof-of-concept written in Python with less features.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL