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