diff --git a/utest/VirtualSchematikaMachine.test.cpp b/utest/VirtualSchematikaMachine.test.cpp index a4970b72..9c70f85c 100644 --- a/utest/VirtualSchematikaMachine.test.cpp +++ b/utest/VirtualSchematikaMachine.test.cpp @@ -80,6 +80,7 @@ namespace xo { auto visitor = [&log](const MemorySizeInfo & info) { log && log(xtag("resource", info.resource_name_), + xtag("used", info.used_), xtag("alloc", info.allocated_), xtag("commit", info.committed_), xtag("resv", info.reserved_));