Blender Git Commit Log
Git Commits -> Revision fa713b6
Revision fa713b6 by Mai Lavelle (compositor-2016) June 8, 2016, 19:45 (GMT) |
Cycles: Add human readable sizes to debug output Some of these values can get quite large and are hard to read, adding this makes it easy to read them at a glance. Reviewed By: sergey Differential Revision: https://developer.blender.org/D2039 |
Commit Details:
Full Hash: fa713b616bfab21f7b792bf24742507a13ba4418
Parent Commit: ee19492
Committed By: Jeroen Bakker
Lines Changed: +70, -10
9 Modified Paths:
/intern/cycles/bvh/bvh_build.cpp (+3, -3) (Diff)
/intern/cycles/device/device_cpu.cpp (+3, -1) (Diff)
/intern/cycles/device/device_cuda.cpp (+3, -1) (Diff)
/intern/cycles/device/device_multi.cpp (+3, -1) (Diff)
/intern/cycles/device/device_network.cpp (+3, -1) (Diff)
/intern/cycles/device/device_opencl.cpp (+3, -1) (Diff)
/intern/cycles/render/scene.cpp (+7, -2) (Diff)
/intern/cycles/util/util_string.cpp (+40, -0) (Diff)
/intern/cycles/util/util_string.h (+5, -0) (Diff)
/intern/cycles/device/device_cpu.cpp (+3, -1) (Diff)
/intern/cycles/device/device_cuda.cpp (+3, -1) (Diff)
/intern/cycles/device/device_multi.cpp (+3, -1) (Diff)
/intern/cycles/device/device_network.cpp (+3, -1) (Diff)
/intern/cycles/device/device_opencl.cpp (+3, -1) (Diff)
/intern/cycles/render/scene.cpp (+7, -2) (Diff)
/intern/cycles/util/util_string.cpp (+40, -0) (Diff)
/intern/cycles/util/util_string.h (+5, -0) (Diff)