No timeline in Visual Profiler

I am compiling programs using MS Visual Studio 2008. However, all programs have the statement ‘Application timeline is required for the analysis’ when I try to run the Nvidia Visual Profiler. I can see on the forum that others have previously had this problem, but I have been unable to determine how the problem was solved.

Thanks
Chris

If you’re doing the profiling right, try to add cudaDeviceReset before you exit the application.

eyal

Thanks, that seems to have worked

Chris