RenderDoc is a graphics debugger that can be used to capture frames. With Impeller starting to support OpenGL ES and Vulkan backends, RenderDoc can provide insights into the application's frames.
# In your $ENGINE_SRC folder, do: ./flutter/tools/gn --unopt --enable-impeller-vulkan ninja -C out/host_debug_unopt/
$ENGINE_SRC/out/host_debug_impeller_vulkan/impeller_unittests
(expand ENGINE_SRC
).--gtest_filter="*CanDrawRect/Vulkan*" --enable_playground
$ENGINE_SRC
(expand ENGINE_SRC
)F12
, you will now be able to see the frame capture and inspect the state.