MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / ClearStatistics

Function ClearStatistics

3rdparty/d3d12memalloc/src/D3D12MemAlloc.cpp:976–982  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

974#ifndef _D3D12MA_STATISTICS_FUNCTIONS
975
976static void ClearStatistics(Statistics& outStats)
977{
978 outStats.BlockCount = 0;
979 outStats.AllocationCount = 0;
980 outStats.BlockBytes = 0;
981 outStats.AllocationBytes = 0;
982}
983
984static void ClearDetailedStatistics(DetailedStatistics& outStats)
985{

Callers 2

ClearDetailedStatisticsFunction · 0.85
NormalBlockClass · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected