cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

gpgpucoder
Journeyman III

CodeXL export menu items do not work?

Hello,

There's a File->Export menu selection, and sub-menu items that are always greyed out. Anything I have tried; application timeline, gpu performance ounters, cpu profiling with time sampling, all are greyed out. I've uninstalled & re-installed this app. It's version: 1.6.7249.0.  I also see that I cannot do it using context menu when I drill down, either. My recollection is this sort of thing used to work with CodeXL, but my memory is not specific about the details at this moment. Got same issue on two different machines.

Known issue? I did not see anything about such problems in the release notes. Is export functionality deprecated? I've been able to find .csv files deep down in the AppData. Is this what I'm supposed to be doing, and just forget about file export menu? I want to roll up the data into excel spreadsheets.  So far I can select-all and copy into a spreadsheet, and that seems ok, though the main system I'm profiling on does not presently have a spreadsheet program installed.

The help file was not helpful on this matter, though I was glad to see it was enabled, as I couldn't see any help on the previous version on my Win8.1 machine.

Thanks.

0 Likes
1 Solution
dorono
Staff

Hi gpgpucoder,

The CodeXL export function is available in the following scenarios:

1. In Debug mode, during a debug session, when the debugged application run is suspended, e.g. the debugger has hit a breakpoint. The exportable items are listed in the menu bar's File->Export sub-menu. Exporting images and raw data becomes available only after you've double clicked on these objects in the explorer tree and forced to debugger to fetch them.

2. In Analyze mode, after building an OpenCL file. Right-clicking the file will show the Export command available in the pop-up context menu. This allows you to export the generated binaries that correspond to the file.

View solution in original post

0 Likes
2 Replies
dorono
Staff

Hi gpgpucoder,

The CodeXL export function is available in the following scenarios:

1. In Debug mode, during a debug session, when the debugged application run is suspended, e.g. the debugger has hit a breakpoint. The exportable items are listed in the menu bar's File->Export sub-menu. Exporting images and raw data becomes available only after you've double clicked on these objects in the explorer tree and forced to debugger to fetch them.

2. In Analyze mode, after building an OpenCL file. Right-clicking the file will show the Export command available in the pop-up context menu. This allows you to export the generated binaries that correspond to the file.

0 Likes

Thank you. I hope that can be reflected in the documentation / help. I hope I hadn't missed something when reading it.

0 Likes