Home
last modified time | relevance | path

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

/external/caliper/caliper/src/main/java/com/google/caliper/worker/
DAllocationStats.java37 private final int allocationCount; field in AllocationStats
47 AllocationStats(int allocationCount, long allocationSize, int reps) { in AllocationStats() argument
48 this(allocationCount, allocationSize, reps, ImmutableMultiset.<Allocation>of()); in AllocationStats()
60 private AllocationStats(int allocationCount, long allocationSize, int reps, in AllocationStats() argument
62 checkArgument(allocationCount >= 0, "allocationCount (%s) was negative", allocationCount); in AllocationStats()
63 this.allocationCount = allocationCount; in AllocationStats()
72 return allocationCount; in getAllocationCount()
98 return new AllocationStats(allocationCount - baseline.allocationCount, in minus()
118 allocationCount - baseline.allocationCount, in delta()
135 .value(Value.create(allocationCount, "")) in toMeasurements()
[all …]
DAggregateAllocationsRecorder.java31 private final AtomicInteger allocationCount = new AtomicInteger(); field in AggregateAllocationsRecorder
39 allocationCount.getAndIncrement();
51 allocationCount.set(0); in doStartRecording()
59 return new AllocationStats(allocationCount.get(), allocationSize.get(), reps); in stopRecording()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryAllocationTests.cpp756 const int allocationCount = allocationCounts[allocationCountNdx]; in createAllocationTestsCommon() local
758 if (allocationCount != -1 && allocationCount * allocationSize > 50 * MiB) in createAllocationTestsCommon()
766 if (allocationCount == -1) in createAllocationTestsCommon()
781 config.memoryAllocationCount = allocationCount; in createAllocationTestsCommon()
806 const int allocationCount = allocationCounts[allocationCountNdx]; in createAllocationTestsCommon() local
808 …if ((allocationCount != -1) && ((float)allocationCount * (float)allocationPercent >= 1.00f / 8.00f… in createAllocationTestsCommon()
817 if (allocationCount == -1) in createAllocationTestsCommon()
829 config.memoryAllocationCount = allocationCount; in createAllocationTestsCommon()
/external/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h1301 uint32_t allocationCount; member
1654 size_t allocationCount; member
2047 size_t allocationCount,
3871 outInfo.allocationCount = 1; in DedicatedAllocCalcStatsInfo()
4465 size_t allocationCount,
5210 json.WriteNumber(stat.allocationCount); in VmaPrintStatInfo()
5221 if(stat.allocationCount > 1) in VmaPrintStatInfo()
5430 outInfo.allocationCount = rangeCount - m_FreeCount; in CalcAllocationStatInfo()
5465 inoutStats.allocationCount += rangeCount - m_FreeCount; in AddPoolStats()
6417 inoutInfo.allocationCount += srcInfo.allocationCount; in VmaAddStatInfo()
[all …]
/external/skqp/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h1301 uint32_t allocationCount; member
1654 size_t allocationCount; member
2047 size_t allocationCount,
3871 outInfo.allocationCount = 1; in DedicatedAllocCalcStatsInfo()
4465 size_t allocationCount,
5210 json.WriteNumber(stat.allocationCount); in VmaPrintStatInfo()
5221 if(stat.allocationCount > 1) in VmaPrintStatInfo()
5430 outInfo.allocationCount = rangeCount - m_FreeCount; in CalcAllocationStatInfo()
5465 inoutStats.allocationCount += rangeCount - m_FreeCount; in AddPoolStats()
6417 inoutInfo.allocationCount += srcInfo.allocationCount; in VmaAddStatInfo()
[all …]
/external/conscrypt/benchmark-android/
Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties ...