Skip to content

ryanvolz/holoscan_recorder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Profiling

  1. Enter a running docker container:
docker compose exec -u root recorder bash
  1. Install Nsight Systems:
apt update
apt install nsight-systems
  1. Re-enter the runner docker container as normal user:
docker compose exec recorder bash
  1. Run the recorder script with nsys profile:
nsys profile --trace=cuda,nvtx --cudabacktrace=all --duration=60 python3 /app/vsword_recorder.py --config /config/survey.yaml --ram_ringbuffer_path . --output_path /data/ringbuffer

About

Holoscan RF recorder scripts and Docker service images

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors