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
Remove all remaining mutexes from core replayer code
The replayer now only has one mutex left, which is specific
to our implementation of Vulkan replay. See
doc/Multithreading.md for more information on it.
Change lava-replay output file to JSON. Also add some extra
info, like frames rendered.
ILOG("CPU time spent in ms - readhead workers %lu, API runners %lu, full process %lu", (longunsigned)worker, (longunsigned)runner, (longunsigned)process_time);
printf("\t%d : [%s] with %u local frames, %d highest global frame, %u uncompressed size\n", i, frameinfo.get("thread_name", "unknown").asString().c_str(),
284
+
printf("\t%u : [%s] with %u local frames, %d highest global frame, %u uncompressed size\n", i, frameinfo.get("thread_name", "unknown").asString().c_str(),
0 commit comments