Hey guys
I have two different kernels in two different executables.I want to run them in the same time (concurrently) and use nvvp or nvprof to timeline them.But i want to profile them together.That means that in one session i want to see both kernels and their starting times to figure out if they run concurrently.
Thanks in advance.