blender/intern/cycles/device
Sergey Sharybin 6eec49ed20 Cycles: memory usage report
This commit adds memory usage information while rendering.

It reports memory used by device, meaning:

- For CPU it'll report real memory consumption
- For GPU rendering it'll report GPU memory consumption, but it'll
  also mean the same memory is used from host side.

This information displays information about memory requested by Cycles,
not memory really allocated on a device. Real memory usage might be
higher because of memory fragmentation or optimistic memory allocator.

There's really nothing we can do against this.

Also in contrast with blender internal's render cycles memory usage
does not include memory used by scene, only memory needed by cycles
itself will be displayed. So don't freak out if memory usage reported
by cycles would be much lower than blender internal's.

This commit also adds RenderEngine.update_memory_stats callback which
is used to tell memory consumption from external engine to blender.
This information is used to generate information line after rendering
is finished.
2012-11-05 08:04:57 +00:00
..
CMakeLists.txt code cleanup: 2012-10-17 04:13:03 +00:00
device_cpu.cpp Cycles: memory usage report 2012-11-05 08:04:57 +00:00
device_cuda.cpp Cycles: memory usage report 2012-11-05 08:04:57 +00:00
device_intern.h Cycles: memory usage report 2012-11-05 08:04:57 +00:00
device_memory.h Cycles: device code refactoring, no functional changes. 2012-01-04 18:06:32 +00:00
device_multi.cpp Cycles: memory usage report 2012-11-05 08:04:57 +00:00
device_network.cpp Cycles: memory usage report 2012-11-05 08:04:57 +00:00
device_network.h style cleanup: block comments 2012-06-09 17:22:52 +00:00
device_opencl.cpp Cycles: memory usage report 2012-11-05 08:04:57 +00:00
device_task.cpp Cycles: merge of changes from tomato branch. 2012-09-04 13:29:07 +00:00
device_task.h Cycles: progressive refine option 2012-10-13 12:38:32 +00:00
device.cpp Cycles: memory usage report 2012-11-05 08:04:57 +00:00
device.h Cycles: memory usage report 2012-11-05 08:04:57 +00:00