Remove use of alloc recorder from descriptor_pool.repeated_reset
authorPyry Haulos <phaulos@google.com>
Tue, 27 Sep 2016 23:01:53 +0000 (16:01 -0700)
committerPyry Haulos <phaulos@google.com>
Thu, 29 Sep 2016 19:20:36 +0000 (12:20 -0700)
commitb5238bb314523d457108439023b11012ca136dc5
tree75c49552aa673ce9de073afd0d78cda38d8bf15b
parent9141d25d08d53c203f8ac5a9c5937a41e1d83d02
Remove use of alloc recorder from descriptor_pool.repeated_reset

Recording all allocations can take considerable amount of memory and it
appears that the tests just log the total memory usage and don't
otherwise need or check it.

Fixes #472

Change-Id: Ic8804b6781329a03e42fc481c0d430151b60ca88
external/vulkancts/modules/vulkan/api/vktApiDescriptorPoolTests.cpp