Hi, I am currently developing an application that use OpenCV and GPU acceleration. I need a tool to monitor the live performance (CPU, GPU and memory activity) when the application is running.
Visual profiler is a great tool, but it doesn’t work for embedded program with infinite looping. The application I develop needs to run continuously.
The tegrastat app comes with the board only able to sample the performance in 1s interval, which is too slow. I need to know the LIVE performance when the program is running.
Is that possible to obtain the code for Tegrastat? Then I can customize the readings based on my own need and I can write all the values into a file with customized format. Of course I can do this with current tegrastat by grepping and piping the values into a file, but it is not so flexible.