Home
last modified time | relevance | path

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

12345678910>>...26

/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/python/cpython3/Include/internal/
Dpycore_blocks_output_buffer.h59 #define MB (1024*1024) macro
61 { 32*KB, 64*KB, 256*KB, 1*MB, 4*MB, 8*MB, 16*MB, 16*MB,
62 32*MB, 32*MB, 32*MB, 32*MB, 64*MB, 64*MB, 128*MB, 128*MB,
65 #undef MB
/external/lz4/
DREADME.md5 providing compression speed > 500 MB/s per core,
51 | memcpy | 1.000 | 13700 MB/s | 13700 MB/s |
52 |**LZ4 default (v1.9.0)** |**2.101**| **780 MB/s**| **4970 MB/s** |
53 | LZO 2.09 | 2.108 | 670 MB/s | 860 MB/s |
54 | QuickLZ 1.5.0 | 2.238 | 575 MB/s | 780 MB/s |
55 | Snappy 1.1.4 | 2.091 | 565 MB/s | 1950 MB/s |
56 | [Zstandard] 1.4.0 -1 | 2.883 | 515 MB/s | 1380 MB/s |
57 | LZF v3.6 | 2.073 | 415 MB/s | 910 MB/s |
58 | [zlib] deflate 1.2.11 -1| 2.730 | 100 MB/s | 415 MB/s |
59 |**LZ4 HC -9 (v1.9.0)** |**2.721**| 41 MB/s | **4900 MB/s** |
[all …]
/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/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/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/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/tensorflow/tensorflow/core/kernels/linalg/
Dmatrix_triangular_solve_op_test.cc105 #define BM_MatrixTriangularSolveDev(B1, B2, M, N, MB, T, TT, D) \ argument
107 BM_MatrixTriangularSolve##_##B1##_##B2##_##M##_##N##_##MB##_##TT##_##D( \
112 #D, MatrixTriangularSolveWithBroadcast<T>(B1, B2, M, N, MB, TT), \
117 BM_MatrixTriangularSolve##_##B1##_##B2##_##M##_##N##_##MB##_##TT##_##D);
121 #define BM_MatrixTriangularSolve(B1, B2, M, N, MB) \ argument
122 BM_MatrixTriangularSolveDev(B1, B2, M, N, MB, float, DT_FLOAT, cpu); \
123 BM_MatrixTriangularSolveDev(B1, B2, M, N, MB, double, DT_DOUBLE, cpu); \
124 BM_MatrixTriangularSolveDev(B1, B2, M, N, MB, float, DT_FLOAT, gpu); \
125 BM_MatrixTriangularSolveDev(B1, B2, M, N, MB, double, DT_DOUBLE, gpu);
129 #define BM_MatrixTriangularSolve(B1, B2, M, N, MB) \ argument
[all …]
/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/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()
Ddiagnostic.c63 LLVMMemoryBufferRef MB; in llvm_test_diagnostic_handler() local
65 if (LLVMCreateMemoryBufferWithSTDIN(&MB, &msg)) { in llvm_test_diagnostic_handler()
73 int Ret = LLVMGetBitcodeModule2(MB, &M); in llvm_test_diagnostic_handler()
80 LLVMDisposeMemoryBuffer(MB); in llvm_test_diagnostic_handler()
/external/ltp/testcases/kernel/mem/lib/
Dmem.c81 int ret = alloc_mem(TESTMEM + MB, testcase); in child_alloc()
328 if (ksm_merge_data.mergeable_size == size * MB) { in ksm_child_memset()
339 for (i = 0; (unsigned int)i < unit * MB; i++) in ksm_child_memset()
346 if (ksm_merge_data.mergeable_size < size * MB) in ksm_child_memset()
362 memory[j] = SAFE_MMAP(NULL, unit * MB, PROT_READ|PROT_WRITE, in create_ksm_child()
365 if (madvise(memory[j], unit * MB, MADV_MERGEABLE) == -1) in create_ksm_child()
386 if (ksm_merge_data[j].mergeable_size < size * MB) { in create_ksm_child()
388 total_unit, unit * MB - 1, unit * MB); in create_ksm_child()
390 0, total_unit, 0, unit * MB - 1); in create_ksm_child()
393 0, total_unit, 0, unit * MB); in create_ksm_child()
[all …]
/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/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 <<()
DMemoryBuffer.cpp83 template<typename MB>
84 class MemoryBufferMem : public MB {
106 template <typename MB>
107 static ErrorOr<std::unique_ptr<MB>>
168 template<typename MB>
169 class MemoryBufferMMapFile : public MB {
187 : MFR(FD, MB::Mapmode, getLegalMapSize(Len, Offset), in MemoryBufferMMapFile()
237 template <typename MB>
238 static ErrorOr<std::unique_ptr<MB>>
243 template <typename MB>
[all …]
/external/ltp/testcases/kernel/numa/
Dnuma01.sh73 export MB=$((1024*1024))
102 mem_curr=$(get_mem_cur $pid $node $MB)
103 if [ $(echo "$mem_curr < $MB" | bc) -eq 1 ]; then
136 mem_curr=$(get_mem_cur $pid $Preferred_node $MB)
137 if [ $(echo "$mem_curr < $MB" |bc ) -eq 1 ]; then
156 Exp_incr=$(echo "$MB / $total_nodes" |bc)
164 mem_curr=$(get_mem_cur $pid $node $MB)
221 mem_curr=$(get_mem_cur $pid $node $MB)
222 if [ $(echo "$mem_curr < $MB" |bc ) -eq 1 ]; then
245 Exp_incr=$(echo "$MB / $total_nodes" |bc)
[all …]
/external/zstd/
DREADME.md47 | **zstd 1.5.1 -1** | 2.887 | 530 MB/s | 1700 MB/s |
48 | [zlib] 1.2.11 -1 | 2.743 | 95 MB/s | 400 MB/s |
49 | brotli 1.0.9 -0 | 2.702 | 395 MB/s | 450 MB/s |
50 | **zstd 1.5.1 --fast=1** | 2.437 | 600 MB/s | 2150 MB/s |
51 | **zstd 1.5.1 --fast=3** | 2.239 | 670 MB/s | 2250 MB/s |
52 | quicklz 1.5.0 -1 | 2.238 | 540 MB/s | 760 MB/s |
53 | **zstd 1.5.1 --fast=4** | 2.148 | 710 MB/s | 2300 MB/s |
54 | lzo1x 2.10 -1 | 2.106 | 660 MB/s | 845 MB/s |
55 | [lz4] 1.9.3 | 2.101 | 740 MB/s | 4500 MB/s |
56 | lzf 3.6 -1 | 2.077 | 410 MB/s | 830 MB/s |
[all …]
/external/clang/lib/Rewrite/
DRewriter.cpp230 StringRef MB = SourceMgr->getBufferData(FID); in getEditBuffer() local
231 I->second.Initialize(MB.begin(), MB.end()); in getEditBuffer()
246 StringRef MB = SourceMgr->getBufferData(FID); in InsertText() local
257 while (isWhitespaceExceptNL(MB[i])) in InsertText()
259 indentSpace = MB.substr(lineOffs, i-lineOffs); in InsertText()
323 StringRef MB = SourceMgr->getBufferData(FID); in ReplaceText() local
324 return ReplaceText(start, origLength, MB.substr(newOffs, newLength)); in ReplaceText()
347 StringRef MB = SourceMgr->getBufferData(FID); in IncreaseIndentation() local
364 while (isWhitespaceExceptNL(MB[i])) in IncreaseIndentation()
366 parentSpace = MB.substr(parentLineOffs, i-parentLineOffs); in IncreaseIndentation()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ToolDrivers/llvm-dlltool/
DDlltoolDriver.cpp58 ErrorOr<std::unique_ptr<llvm::MemoryBuffer>> MB = MemoryBuffer::getFile(Path); in openFile() local
60 if (std::error_code EC = MB.getError()) { in openFile()
65 return std::move(*MB); in openFile()
112 std::unique_ptr<MemoryBuffer> MB = in dlltoolDriverMain() local
114 if (!MB) in dlltoolDriverMain()
117 if (!MB->getBufferSize()) { in dlltoolDriverMain()
132 parseCOFFModuleDefinition(*MB, Machine, true); in dlltoolDriverMain()
/external/zstd/zlibWrapper/
DREADME.md115 | zlib 1.2.8 | 30.51 MB/s | 219.3 MB/s | 6819783 | 3.45…
116 | zlib 1.2.8 not reusing a context | 30.22 MB/s | 218.1 MB/s | 6819783 | 3.45…
117 | zlib 1.2.8 with zlibWrapper and reusing a context | 30.40 MB/s | 218.9 MB/s | 6819783 | 3.45…
118 | zlib 1.2.8 with zlibWrapper not reusing a context | 30.28 MB/s | 218.1 MB/s | 6819783 | 3.45…
119 | zstd 1.1.0 using ZSTD_CCtx | 68.35 MB/s | 430.9 MB/s | 6868521 | 3.43…
120 | zstd 1.1.0 using ZSTD_CStream | 66.63 MB/s | 422.3 MB/s | 6868521 | 3.43…
121 | zstd 1.1.0 with zlibWrapper and reusing a context | 54.01 MB/s | 403.2 MB/s | 6763482 | 3.48…
122 | zstd 1.1.0 with zlibWrapper not reusing a context | 51.59 MB/s | 383.7 MB/s | 6763482 | 3.48…
/external/ltp/testcases/kernel/mem/mtest06/
Dmmap2.c76 #define MB (1024 * 1024) macro
102 while (index < (size * MB)) { in mkfile()
255 memptr = mmap(0, (fsize * MB), PROT_READ | PROT_WRITE, in main()
264 memset(memptr, 'A', ((fsize * MB) / sizeof(char))); in main()
266 if (msync(memptr, ((fsize * MB) / sizeof(char)), in main()
272 if (munmap(memptr, (fsize * MB) / sizeof(char)) == -1) { in main()
/external/squashfs-tools/RELEASE-READMEs/
DREADME-2.124 Filesystems generated from a single directory of 72,784 files (2.6 MB
27 directory size is 288 MB (presumably because of one file per block).
29 Zisofs compressed size 153.50 MB
30 Cloop (isofs) compressed size 1.74 MB
31 Squashfs2.1 compressed size 612 KB (0.60 MB)
45 Zisofs compressed size 589.81 MB
46 Cloop (isofs) compressed size 471.19 MB
47 Squashfs2.0 compressed size 448.58 MB
48 Squashfs2.1 compressed size 448.58 MB

12345678910>>...26