BartmanAbyss / vscode-amiga-debug

One-stop Visual Studio Code Extension to compile, debug and profile Amiga C/C++ programs compiled by the bundled gcc 12.2 with the bundled WinUAE/FS-UAE.
GNU General Public License v3.0
312 stars 39 forks source link

Profiler view of blits that span a vblank are not showing up. #100

Open rjobling opened 2 years ago

rjobling commented 2 years ago

When inspecting blits in the profiler any large blit started on one frame and ending on a different frame will not show their teal colored box except for the portion in the first frame.

Is it possible to fix this so the teal box continues through to subsequent frames until the blit is actually finished?