- TegraData.save_as_csv
- cli, profile command
- JetsonInfo board name, memory size, memory bitrate
- jetsontools.info no longer entrypoint, now 'jetsontools info'
- Jetson info reads via Python now instead of using shell scripts.
- Tegrastats -> TegraStats
- TegraStats does require a file now, will use tempfile behind the scenes
- TegraStats new pattern recomended. Create object then use context manager for profiling, then access data property after context manager. GC cleans up object normally.
- TegraData now created from TegraStats when accessing the data via Python.
- OrinNX parses power draw data correctly
- Various parsing functions for the output of Tegrastats
- Tegrastats now syncs start to primary thread