I want to profiling on a part of the code. For example, I need one million records from one million different execution. What tools or methods can I use?
            Asked
            
        
        
            Active
            
        
            Viewed 51 times
        
    0
            
            
        - 
                    Please use google the next time: https://docs.nvidia.com/cuda/profiler-users-guide/index.html – YesThatIsMyName Mar 28 '19 at 10:27
- 
                    Maybe my question was not clear. I want to make a million times the profiling of a code and save different outputs. Is it possible? – AmirAli Mar 28 '19 at 10:54
- 
                    1Did you read the link in my comment above? `nvprof` is also a command line tool ... you may programm a script to execute it how many times you want? – YesThatIsMyName Mar 28 '19 at 11:32
