Home
last modified time | relevance | path

Searched refs:AllocationTimeMax (Results 1 – 1 of 1) sorted by relevance

/external/angle/third_party/vulkan_memory_allocator/src/
DTests.cpp107 duration AllocationTimeMin, AllocationTimeAvg, AllocationTimeMax; member
168 duration AllocationTimeMin, AllocationTimeAvg, AllocationTimeMax; member
223 outResult.AllocationTimeMax = duration::min(); in InitResult()
260 duration AllocationTimeMin, AllocationTimeSum, AllocationTimeMax; member
271 … TimeRegisterObj(result.AllocationTimeMin, result.AllocationTimeAvg, result.AllocationTimeMax) in AllocationTimeRegisterObj()
289 … TimeRegisterObj(result.AllocationTimeMin, result.AllocationTimeSum, result.AllocationTimeMax) in PoolAllocationTimeRegisterObj()
4380 outThreadResult->AllocationTimeMax = duration::min(); in TestPool_Benchmark()
4648 outResult.AllocationTimeMax = duration::min(); in TestPool_Benchmark()
4662 …outResult.AllocationTimeMax = std::max(outResult.AllocationTimeMax, threadResult.AllocationTimeMax in TestPool_Benchmark()
5401 float allocationTimeMaxSeconds = ToFloatSeconds(result.AllocationTimeMax); in WriteMainTestResult()
[all …]