Capture first frame

Hi,

I got the Nv-Tegra Graphics debugger running on my (remote) target.
I can launch my applicaion and attach to a process.

Yet I know from other tracing, that my first frames take unusually long to render.

How can I capture my first frames? (automatically)
(Is clicking the capture-frame-button the only way?)

Thanks,
Christoph

Hi,

There is no way to capture certain frames automatically.
But what you could do is to modify your code to render the first frames in an endless loop, then you are able to capture these frames much easier.

Best regards,
Cody