diff --git a/shared/test/common/libult/ult_command_stream_receiver.h b/shared/test/common/libult/ult_command_stream_receiver.h index d6bfba925b..63b1f15d98 100644 --- a/shared/test/common/libult/ult_command_stream_receiver.h +++ b/shared/test/common/libult/ult_command_stream_receiver.h @@ -210,6 +210,10 @@ class UltCommandStreamReceiver : public CommandStreamReceiverHw { return nullptr; } + uint64_t peekTotalMemoryUsed() { + return this->totalMemoryUsed; + } + void makeSurfacePackNonResident(ResidencyContainer &allocationsForResidency, bool clearAllocations) override { makeSurfacePackNonResidentCalled++; BaseClass::makeSurfacePackNonResident(allocationsForResidency, clearAllocations);