Home
last modified time | relevance | path

Searched refs:MB (Results 1 – 25 of 725) sorted by relevance

12345678910>>...29

/external/protobuf/docs/
Dperformance.md50 <td>368.717MB/s</td>
51 <td>261.847MB/s</td>
52 <td>799.403MB/s</td>
53 <td>645.183MB/s</td>
54 <td>441.023MB/s</td>
56 <td>425.437MB/s</td>
57 <td>425.937MB/s</td>
58 <td>251.018MB/s</td>
59 <td>82.8314MB/s</td>
60 <td>47.6763MB/s</td>
[all …]
/external/tensorflow/tensorflow/core/profiler/g3doc/
Dprofile_memory.md26 Identity 32515.37MB (100.00%, 27.02%)
27 FusedBatchNormGrad 10802.14MB (72.98%, 8.98%)
28 FusedBatchNorm 10517.52MB (64.01%, 8.74%)
29 Conv2D 10509.25MB (55.27%, 8.73%)
30 Conv2DBackpropInput 9701.39MB (46.54%, 8.06%)
31 ReluGrad 9206.45MB (38.48%, 7.65%)
32 Relu 8462.80MB (30.83%, 7.03%)
33 DepthwiseConv2dNativeBackpropInput 7899.35MB (23.80%, 6.56%)
34 DepthwiseConv2dNative 7425.17MB (17.23%, 6.17%)
35 MaxPoolGrad 3015.44MB (11.06%, 2.51%)
[all …]
/external/llvm-project/llvm/unittests/Support/
DMemoryBufferTest.cpp115 ErrorOr<OwningBuffer> MB = MemoryBuffer::getOpenFile(*File, TestPath, 6); in TEST_F() local
116 ASSERT_NO_ERROR(MB.getError()); in TEST_F()
117 EXPECT_EQ("123456", MB.get()->getBuffer()); in TEST_F()
143 ErrorOr<OwningBuffer> MB = MemoryBuffer::getFile(TestPath.c_str()); in TEST_F() local
144 std::error_code EC = MB.getError(); in TEST_F()
147 const char *BufData = MB.get()->getBufferStart(); in TEST_F()
189 ErrorOr<OwningBuffer> MB = in TEST_F() local
192 ASSERT_NO_ERROR(MB.getError()); in TEST_F()
193 EXPECT_EQ(MB.get()->getBuffer(), "foofoofoofoofoo"); in TEST_F()
287 ErrorOr<OwningBuffer> MB = MemoryBuffer::getFileSlice(TestPath.str(), in TEST_F() local
[all …]
DMemoryBufferRefTest.cpp22 std::unique_ptr<MemoryBuffer> MB(MemoryBuffer::getMemBuffer("data", "id")); in TEST() local
23 MemoryBufferRef MBR(*MB); in TEST()
25 EXPECT_EQ(MB->getBufferStart(), MBR.getBufferStart()); in TEST()
26 EXPECT_EQ(MB->getBufferIdentifier(), MBR.getBufferIdentifier()); in TEST()
31 std::unique_ptr<MemoryBuffer> MB(MemoryBuffer::getMemBuffer(Data, "id")); in TEST() local
32 MemoryBufferRef Ref(*MB); in TEST()
34 MemoryBufferRef NoIdentifier(MB->getBuffer(), ""); in TEST()
35 MemoryBufferRef NoData("", MB->getBufferIdentifier()); in TEST()
36 MemoryBufferRef Same(MB->getBuffer(), MB->getBufferIdentifier()); in TEST()
/external/linux-kselftest/tools/testing/selftests/cgroup/
Dtest_memcontrol.c91 size_t size = MB(50); in alloc_anon_50M_check()
122 size_t size = MB(50); in alloc_pagecache_50M_check()
193 return alloc_pagecache(fd, MB(50)); in alloc_pagecache_50M()
201 if (alloc_pagecache(fd, MB(50))) in alloc_pagecache_50M_noexit()
345 MB(150), 3)) { in test_memcg_min()
351 if (cg_run(parent[2], alloc_anon, (void *)MB(148))) in test_memcg_min()
354 if (!values_close(cg_read_long(parent[1], "memory.current"), MB(50), 3)) in test_memcg_min()
360 if (!values_close(c[0], MB(33), 10)) in test_memcg_min()
363 if (!values_close(c[1], MB(17), 10)) in test_memcg_min()
369 if (!cg_run(parent[2], alloc_anon, (void *)MB(170))) in test_memcg_min()
[all …]
/external/lz4/
DREADME.md5 providing compression speed > 500 MB/s per core,
63 | memcpy | 1.000 | 13700 MB/s | 13700 MB/s |
64 |**LZ4 default (v1.9.0)** |**2.101**| **780 MB/s**| **4970 MB/s** |
65 | LZO 2.09 | 2.108 | 670 MB/s | 860 MB/s |
66 | QuickLZ 1.5.0 | 2.238 | 575 MB/s | 780 MB/s |
67 | Snappy 1.1.4 | 2.091 | 565 MB/s | 1950 MB/s |
68 | [Zstandard] 1.4.0 -1 | 2.883 | 515 MB/s | 1380 MB/s |
69 | LZF v3.6 | 2.073 | 415 MB/s | 910 MB/s |
70 | [zlib] deflate 1.2.11 -1| 2.730 | 100 MB/s | 415 MB/s |
71 |**LZ4 HC -9 (v1.9.0)** |**2.721**| 41 MB/s | **4900 MB/s** |
[all …]
/external/llvm-project/llvm/tools/llvm-c-test/
Dobject.c21 LLVMMemoryBufferRef MB; in llvm_object_list_sections() local
26 if (LLVMCreateMemoryBufferWithSTDIN(&MB, &outBufferErr)) { in llvm_object_list_sections()
33 O = LLVMCreateBinary(MB, LLVMGetGlobalContext(), &outBinaryErr); in llvm_object_list_sections()
52 LLVMDisposeMemoryBuffer(MB); in llvm_object_list_sections()
58 LLVMMemoryBufferRef MB; in llvm_object_list_symbols() local
64 if (LLVMCreateMemoryBufferWithSTDIN(&MB, &outBufferErr)) { in llvm_object_list_symbols()
71 O = LLVMCreateBinary(MB, LLVMGetGlobalContext(), &outBinaryErr); in llvm_object_list_symbols()
94 LLVMDisposeMemoryBuffer(MB); in llvm_object_list_symbols()
Dmodule.c28 LLVMMemoryBufferRef MB; in llvm_load_module() local
32 if (LLVMCreateMemoryBufferWithSTDIN(&MB, &msg)) { in llvm_load_module()
42 Ret = LLVMGetBitcodeModule2(MB, &M); in llvm_load_module()
44 Ret = LLVMParseBitcode2(MB, &M); in llvm_load_module()
47 Ret = LLVMGetBitcodeModule(MB, &M, &msg); in llvm_load_module()
49 Ret = LLVMParseBitcode(MB, &M, &msg); in llvm_load_module()
54 LLVMDisposeMemoryBuffer(MB); in llvm_load_module()
59 LLVMDisposeMemoryBuffer(MB); in llvm_load_module()
/external/llvm-project/llvm/lib/ToolDrivers/llvm-lib/
DLibDriver.cpp142 static COFF::MachineTypes getCOFFFileMachine(MemoryBufferRef MB) { in getCOFFFileMachine() argument
144 auto Obj = object::COFFObjectFile::create(MB); in getCOFFFileMachine()
146 llvm::errs() << MB.getBufferIdentifier() in getCOFFFileMachine()
156 llvm::errs() << MB.getBufferIdentifier() << ": unknown machine: " << Machine in getCOFFFileMachine()
164 static COFF::MachineTypes getBitcodeFileMachine(MemoryBufferRef MB) { in getBitcodeFileMachine() argument
165 Expected<std::string> TripleStr = getBitcodeTargetTriple(MB); in getBitcodeFileMachine()
167 llvm::errs() << MB.getBufferIdentifier() in getBitcodeFileMachine()
182 llvm::errs() << MB.getBufferIdentifier() in getBitcodeFileMachine()
190 std::string &LibMachineSource, MemoryBufferRef MB) { in appendFile() argument
191 file_magic Magic = identify_magic(MB.getBuffer()); in appendFile()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ToolDrivers/llvm-lib/
DLibDriver.cpp145 static COFF::MachineTypes getCOFFFileMachine(MemoryBufferRef MB) { in getCOFFFileMachine() argument
147 object::COFFObjectFile Obj(MB, EC); in getCOFFFileMachine()
149 llvm::errs() << MB.getBufferIdentifier() in getCOFFFileMachine()
159 llvm::errs() << MB.getBufferIdentifier() << ": unknown machine: " << Machine in getCOFFFileMachine()
167 static COFF::MachineTypes getBitcodeFileMachine(MemoryBufferRef MB) { in getBitcodeFileMachine() argument
168 Expected<std::string> TripleStr = getBitcodeTargetTriple(MB); in getBitcodeFileMachine()
170 llvm::errs() << MB.getBufferIdentifier() in getBitcodeFileMachine()
185 llvm::errs() << MB.getBufferIdentifier() in getBitcodeFileMachine()
193 std::string &LibMachineSource, MemoryBufferRef MB) { in appendFile() argument
194 file_magic Magic = identify_magic(MB.getBuffer()); in appendFile()
[all …]
/external/llvm-project/libcxx/utils/google-benchmark/docs/
Dtools.md41 BM_memcpy/8 36 ns 36 ns 19101577 211.669MB/s
42 BM_memcpy/64 76 ns 76 ns 9412571 800.199MB/s
46 BM_copy/8 222 ns 222 ns 3137987 34.3772MB/s
47 BM_copy/64 1608 ns 1608 ns 432758 37.9501MB/s
48 BM_copy/512 12589 ns 12589 ns 54806 38.7867MB/s
49 BM_copy/1024 25169 ns 25169 ns 27713 38.8003MB/s
50 BM_copy/8192 201165 ns 201112 ns 3486 38.8466MB/s
57 BM_memcpy/8 36 ns 36 ns 19397903 211.255MB/s
58 BM_memcpy/64 73 ns 73 ns 9691174 839.635MB/s
62 BM_copy/8 223 ns 223 ns 3146977 34.2338MB/s
[all …]
/external/google-benchmark/docs/
Dtools.md45 BM_memcpy/8 36 ns 36 ns 19101577 211.669MB/s
46 BM_memcpy/64 76 ns 76 ns 9412571 800.199MB/s
50 BM_copy/8 222 ns 222 ns 3137987 34.3772MB/s
51 BM_copy/64 1608 ns 1608 ns 432758 37.9501MB/s
52 BM_copy/512 12589 ns 12589 ns 54806 38.7867MB/s
53 BM_copy/1024 25169 ns 25169 ns 27713 38.8003MB/s
54 BM_copy/8192 201165 ns 201112 ns 3486 38.8466MB/s
61 BM_memcpy/8 36 ns 36 ns 19397903 211.255MB/s
62 BM_memcpy/64 73 ns 73 ns 9691174 839.635MB/s
66 BM_copy/8 223 ns 223 ns 3146977 34.2338MB/s
[all …]
/external/libcxx/utils/google-benchmark/docs/
Dtools.md41 BM_memcpy/8 36 ns 36 ns 19101577 211.669MB/s
42 BM_memcpy/64 76 ns 76 ns 9412571 800.199MB/s
46 BM_copy/8 222 ns 222 ns 3137987 34.3772MB/s
47 BM_copy/64 1608 ns 1608 ns 432758 37.9501MB/s
48 BM_copy/512 12589 ns 12589 ns 54806 38.7867MB/s
49 BM_copy/1024 25169 ns 25169 ns 27713 38.8003MB/s
50 BM_copy/8192 201165 ns 201112 ns 3486 38.8466MB/s
57 BM_memcpy/8 36 ns 36 ns 19397903 211.255MB/s
58 BM_memcpy/64 73 ns 73 ns 9691174 839.635MB/s
62 BM_copy/8 223 ns 223 ns 3146977 34.2338MB/s
[all …]
/external/libchrome/base/
Dsys_info_android.cc108 const int64_t MB = 1024 * KB; in ParseSystemPropertyBytes() local
109 const int64_t GB = 1024 * MB; in ParseSystemPropertyBytes()
118 unit_multiplier = MB; in ParseSystemPropertyBytes()
140 const int64_t MB = 1024 * 1024; in GetDalvikHeapSizeMB() local
148 std::min<int64_t>(std::max<int64_t>(32 * MB, result), 1024 * MB) / MB; in GetDalvikHeapSizeMB()
158 const int64_t MB = 1024 * 1024; in GetDalvikHeapGrowthLimitMB() local
165 result = std::min<int64_t>(std::max<int64_t>(16 * MB, result), 512 * MB) / MB; in GetDalvikHeapGrowthLimitMB()
/external/llvm/unittests/ExecutionEngine/Orc/
DIndirectionUtilsTest.cpp21 ModuleBuilder MB(Context, "x86_64-apple-macosx10.10", ""); in TEST() local
22 Function *F = MB.createFunctionDecl<void(DummyStruct, DummyStruct)>(""); in TEST()
25 AttributeSet::get(MB.getModule()->getContext(), 1U, in TEST()
28 AttributeSet::get(MB.getModule()->getContext(), 2U, in TEST()
31 AttributeSet::get(MB.getModule()->getContext(), ~0U, in TEST()
33 F->setAttributes(AttributeSet::get(MB.getModule()->getContext(), Attrs)); in TEST()
35 auto ImplPtr = orc::createImplPointer(*F->getType(), *MB.getModule(), "", nullptr); in TEST()
/external/tensorflow/tensorflow/core/kernels/linalg/
Dmatrix_triangular_solve_op_test.cc104 #define BM_MatrixTriangularSolveDev(B1, B2, M, N, MB, T, TT, D) \ argument
106 BM_MatrixTriangularSolve##_##B1##_##B2##_##M##_##N##_##MB##_##TT##_##D( \
111 #D, MatrixTriangularSolveWithBroadcast<T>(B1, B2, M, N, MB, TT), \
116 BM_MatrixTriangularSolve##_##B1##_##B2##_##M##_##N##_##MB##_##TT##_##D);
120 #define BM_MatrixTriangularSolve(B1, B2, M, N, MB) \ argument
121 BM_MatrixTriangularSolveDev(B1, B2, M, N, MB, float, DT_FLOAT, cpu); \
122 BM_MatrixTriangularSolveDev(B1, B2, M, N, MB, double, DT_DOUBLE, cpu); \
123 BM_MatrixTriangularSolveDev(B1, B2, M, N, MB, float, DT_FLOAT, gpu); \
124 BM_MatrixTriangularSolveDev(B1, B2, M, N, MB, double, DT_DOUBLE, gpu);
128 #define BM_MatrixTriangularSolve(B1, B2, M, N, MB) \ argument
[all …]
/external/llvm/tools/llvm-c-test/
Dmodule.c29 LLVMMemoryBufferRef MB; in llvm_load_module() local
33 if (LLVMCreateMemoryBufferWithSTDIN(&MB, &msg)) { in llvm_load_module()
43 Ret = LLVMGetBitcodeModule2(MB, &M); in llvm_load_module()
45 Ret = LLVMParseBitcode2(MB, &M); in llvm_load_module()
48 Ret = LLVMGetBitcodeModule(MB, &M, &msg); in llvm_load_module()
50 Ret = LLVMParseBitcode(MB, &M, &msg); in llvm_load_module()
55 LLVMDisposeMemoryBuffer(MB); in llvm_load_module()
60 LLVMDisposeMemoryBuffer(MB); in llvm_load_module()
Dobject.c21 LLVMMemoryBufferRef MB; in llvm_object_list_sections() local
26 if (LLVMCreateMemoryBufferWithSTDIN(&MB, &msg)) { in llvm_object_list_sections()
31 O = LLVMCreateObjectFile(MB); in llvm_object_list_sections()
53 LLVMMemoryBufferRef MB; in llvm_object_list_symbols() local
59 if (LLVMCreateMemoryBufferWithSTDIN(&MB, &msg)) { in llvm_object_list_symbols()
64 O = LLVMCreateObjectFile(MB); in llvm_object_list_symbols()
/external/ltp/testcases/kernel/numa/
Dnuma01.sh54 export MB=$((1024*1024))
83 Mem_curr=$(echo "$(extract_numastat_p $pid $node) * $MB" |bc)
84 if [ $(echo "$Mem_curr < $MB" | bc) -eq 1 ]; then
117 Mem_curr=$(echo "$(extract_numastat_p $pid $Preferred_node) * $MB" |bc)
118 if [ $(echo "$Mem_curr < $MB" |bc ) -eq 1 ]; then
137 Exp_incr=$(echo "$MB / $total_nodes" |bc)
145 Mem_curr=$(echo "$(extract_numastat_p $pid $node) * $MB" |bc)
202 Mem_curr=$(echo "$(extract_numastat_p $pid $node) * $MB" |bc)
203 if [ $(echo "$Mem_curr < $MB" |bc ) -eq 1 ]; then
226 Exp_incr=$(echo "$MB / $total_nodes" |bc)
[all …]
/external/llvm-project/llvm/utils/benchmark/docs/
Dtools.md100 BM_memcpy/8 36 ns 36 ns 19101577 211.669MB/s
101 BM_memcpy/64 76 ns 76 ns 9412571 800.199MB/s
105 BM_copy/8 222 ns 222 ns 3137987 34.3772MB/s
106 BM_copy/64 1608 ns 1608 ns 432758 37.9501MB/s
107 BM_copy/512 12589 ns 12589 ns 54806 38.7867MB/s
108 BM_copy/1024 25169 ns 25169 ns 27713 38.8003MB/s
109 BM_copy/8192 201165 ns 201112 ns 3486 38.8466MB/s
116 BM_memcpy/8 36 ns 36 ns 19397903 211.255MB/s
117 BM_memcpy/64 73 ns 73 ns 9691174 839.635MB/s
121 BM_copy/8 223 ns 223 ns 3146977 34.2338MB/s
[all …]
/external/llvm-project/llvm/lib/Support/
DMemory.cpp44 raw_ostream &operator<<(raw_ostream &OS, const MemoryBlock &MB) { in operator <<() argument
45 return OS << "[ " << MB.base() << " .. " in operator <<()
46 << (void *)((char *)MB.base() + MB.allocatedSize()) << " ] (" in operator <<()
47 << MB.allocatedSize() << " bytes)"; in operator <<()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DMemory.cpp44 raw_ostream &operator<<(raw_ostream &OS, const MemoryBlock &MB) { in operator <<() argument
45 return OS << "[ " << MB.base() << " .. " in operator <<()
46 << (void *)((char *)MB.base() + MB.allocatedSize()) << " ] (" in operator <<()
47 << MB.allocatedSize() << " bytes)"; in operator <<()
/external/llvm/unittests/Support/
DMemoryBufferTest.cpp80 ErrorOr<OwningBuffer> MB = MemoryBuffer::getFile(TestPath.c_str()); in TEST_F() local
81 std::error_code EC = MB.getError(); in TEST_F()
84 const char *BufData = MB.get()->getBufferStart(); in TEST_F()
173 OwningBuffer MB(MemoryBuffer::getMemBuffer(data)); in TEST_F() local
174 MemoryBufferRef MBR(*MB); in TEST_F()
176 EXPECT_EQ(MB->getBufferStart(), MBR.getBufferStart()); in TEST_F()
177 EXPECT_EQ(MB->getBufferIdentifier(), MBR.getBufferIdentifier()); in TEST_F()
198 ErrorOr<OwningBuffer> MB = MemoryBuffer::getFileSlice(TestPath.str(), in TEST_F() local
200 std::error_code EC = MB.getError(); in TEST_F()
202 EXPECT_EQ(0x4000UL, MB.get()->getBufferSize()); in TEST_F()
[all …]
/external/zstd/
DREADME.md46 | **zstd 1.4.5 -1** | 2.884 | 500 MB/s | 1660 MB/s |
47 | zlib 1.2.11 -1 | 2.743 | 90 MB/s | 400 MB/s |
48 | brotli 1.0.7 -0 | 2.703 | 400 MB/s | 450 MB/s |
49 | **zstd 1.4.5 --fast=1** | 2.434 | 570 MB/s | 2200 MB/s |
50 | **zstd 1.4.5 --fast=3** | 2.312 | 640 MB/s | 2300 MB/s |
51 | quicklz 1.5.0 -1 | 2.238 | 560 MB/s | 710 MB/s |
52 | **zstd 1.4.5 --fast=5** | 2.178 | 700 MB/s | 2420 MB/s |
53 | lzo1x 2.10 -1 | 2.106 | 690 MB/s | 820 MB/s |
54 | lz4 1.9.2 | 2.101 | 740 MB/s | 4530 MB/s |
55 | **zstd 1.4.5 --fast=7** | 2.096 | 750 MB/s | 2480 MB/s |
[all …]
/external/ltp/testcases/kernel/mem/lib/
Dmem.c81 int ret = alloc_mem(TESTMEM + MB, testcase); in child_alloc()
335 if (ksm_merge_data.mergeable_size == size * MB) { in ksm_child_memset()
346 for (i = 0; (unsigned int)i < unit * MB; i++) in ksm_child_memset()
353 if (ksm_merge_data.mergeable_size < size * MB) in ksm_child_memset()
369 memory[j] = SAFE_MMAP(NULL, unit * MB, PROT_READ|PROT_WRITE, in create_ksm_child()
372 if (madvise(memory[j], unit * MB, MADV_MERGEABLE) == -1) in create_ksm_child()
393 if (ksm_merge_data[j].mergeable_size < size * MB) { in create_ksm_child()
395 total_unit, unit * MB - 1, unit * MB); in create_ksm_child()
397 0, total_unit, 0, unit * MB - 1); in create_ksm_child()
400 0, total_unit, 0, unit * MB); in create_ksm_child()
[all …]

12345678910>>...29