You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 13, 2020. It is now read-only.
There are many hash tables(std::unordered_map) for remapping the vulkan handles in the replayer. That is causing cpu-bound in some case. From the profile data below, the most cpu time consumed by vkreplay is for remapping the vulkan handles. Is there any plan for improving the cpu overload in vkreplay?
There are many hash tables(std::unordered_map) for remapping the vulkan handles in the replayer. That is causing cpu-bound in some case. From the profile data below, the most cpu time consumed by vkreplay is for remapping the vulkan handles. Is there any plan for improving the cpu overload in vkreplay?
The text was updated successfully, but these errors were encountered: