Home
last modified time | relevance | path

Searched defs:MinMaxAvg (Results 1 – 1 of 1) sorted by relevance

/external/angle/third_party/vulkan_memory_allocator/src/VmaReplay/
DVmaReplay.cpp239 struct MinMaxAvg struct
241 T min = std::numeric_limits<T>::max();
242 T max = 0;
243 T sum = T();
245 void PostValue(T v) in PostValue()
252 void Print(uint32_t totalCount) const in Print()