├── .gitignore ├── readme.md ├── tegrastats2.py ├── tegrastats_jp3.1 ├── tegrastats_jp3.2 └── visualize.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FindHao/tx-utils/HEAD/.gitignore -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FindHao/tx-utils/HEAD/readme.md -------------------------------------------------------------------------------- /tegrastats2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FindHao/tx-utils/HEAD/tegrastats2.py -------------------------------------------------------------------------------- /tegrastats_jp3.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FindHao/tx-utils/HEAD/tegrastats_jp3.1 -------------------------------------------------------------------------------- /tegrastats_jp3.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FindHao/tx-utils/HEAD/tegrastats_jp3.2 -------------------------------------------------------------------------------- /visualize.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FindHao/tx-utils/HEAD/visualize.py --------------------------------------------------------------------------------