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 frame progress isn't animated when capturing multiple frames. #101

Closed rjobling closed 1 year ago

rjobling commented 2 years ago

When capturing and profiling a single frame you can see all changes to any of the exposed resources. For example you can watch the blitter drawing lines cycle by cycle.

Is it possible for this to work when capturing multiple frames?

Maybe it would take up a lot of space and time? I'd still like it as an option if possible.

BartmanAbyss commented 2 years ago

Hmm.. should work for any frame in the multi-frame capture.. Probably broke something...

rjobling commented 1 year ago

Seems to work in the newest version.