A Worksheet for the Profiler Makes reading results a bit easier!

I thought I share this simple Excel worksheet with everyone. It aggregates profiler results and gives simple statistics per function.

The worksheet can be downloaded from:
[url=“http://users.rsise.anu.edu.au/~ramtin/cuda/cuda_profile_template.xls”]http://users.rsise.anu.edu.au/~ramtin/cuda...le_template.xls[/url]

In order to use the worksheet:

  1. Set the environment variable to generate CSV output:
    CUDA_PROFILE=1
    CUDA_PROFILE_CSV=1
  2. Open the CSV file in Excel and copy the profiler output
  3. Paste the data in cuda_profile_template where it says ‘Copy data here’.

(!) I am no expert in Excel and the worksheet calculations are not particularly fast. For 4,000 records it takes around 20 seconds for statistics to be displayed. Comments and enhancements to the worksheet are most welcome.