Blender Git Commit Log
Git Commits -> Revision d58eb8d
Revision d58eb8d by Julian Eisel (soc-2019-openxr, temp-vr-draw-thread, vamr-openxr-module, vr_scene_inspection) July 23, 2019, 00:06 (GMT) |
Add --debug-xr-time command line option for VR frame time info prints Outputs frame render time in milliseconds and FPS this time would add up to. We could average times so FPS is a bit more stable, but the precision of un-averaged results may be helpful too. |
Commit Details:
Full Hash: d58eb8d29dcdde46511384c317a73112bfea5aac
Parent Commit: a4310ba
Lines Changed: +42, -1
8 Modified Paths:
/intern/ghost/GHOST_Types.h (+1, -0) (Diff)
/intern/ghost/intern/GHOST_XrContext.cpp (+8, -1) (Diff)
/intern/ghost/intern/GHOST_XrContext.h (+2, -0) (Diff)
/intern/ghost/intern/GHOST_XRSession.cpp (+13, -0) (Diff)
/intern/ghost/intern/GHOST_XrSession.h (+4, -0) (Diff)
/source/blender/blenkernel/BKE_global.h (+1, -0) (Diff)
/source/blender/windowmanager/intern/wm_xr.c (+3, -0) (Diff)
/source/creator/creator_args.c (+10, -0) (Diff)
/intern/ghost/intern/GHOST_XrContext.cpp (+8, -1) (Diff)
/intern/ghost/intern/GHOST_XrContext.h (+2, -0) (Diff)
/intern/ghost/intern/GHOST_XRSession.cpp (+13, -0) (Diff)
/intern/ghost/intern/GHOST_XrSession.h (+4, -0) (Diff)
/source/blender/blenkernel/BKE_global.h (+1, -0) (Diff)
/source/blender/windowmanager/intern/wm_xr.c (+3, -0) (Diff)
/source/creator/creator_args.c (+10, -0) (Diff)