Skip to content

TTimo/gpu-trace

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gpu-trace

A tool intended to aid the collection process of gpuvis traces.

It can run either as a daemon or standalone fashion.

Installation instructions

cd {path where project was clone}
sudo make install

Standalone capture

sudo gpu-trace
# Press Ctrl+C to stop capture and open report in gpuvis

Daemon based capture

First enable the daemon after installation:

sudo systemctl enable gpu-trace
sudo systemctl start gpu-trace

Capturing a trace:

gpu-trace --capture
# Or gpu-trace --capture -o ./capture.dat

In daemon mode a trace will always be collected in the background. To temporarily disable capture:

gpu-trace --stop
# Do things
gpu-trace --start

Alternatively, the daemon can stopped/started using systemctl.

About

Simple script to collect amdgpu traces

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 96.8%
  • Makefile 3.2%