FLOP count on Tegra System Profiler for TX2

I am evaluating an algorithm on Tegra TX2 using Tegra System Profiler (TSP), and wanted to know if TSP has any direct or indirect method to evaluate FLOP count exclusively on ARM CPU as similar to “nvprof” which gives GPU flop count.

Hi,

Tegra System Profiler doesn’t have FLOP information directly.
But you can get each CPU frequency and execution duration information from it.

Thanks.

Do nvidia still support Linux based Perf tool? Perf tool will be helpful in FLOP count measurement too.

Hi,

PerfKit is not available for Jetson TX2.
Sorry for the inconvenience.