Home
last modified time | relevance | path

Searched refs:speedup (Results 1 – 25 of 61) sorted by relevance

123

/external/toolchain-utils/deprecated/
Dcompare_benchmarks.py156 speedup = (basestats[key] - stats[key]) / basestats[key]
157 speedup = speedup * 100.0
159 print('%s,%f,%f,%f' % (key, basestats[key], stats[key], speedup))
162 stats[key], speedup))
/external/grpc-grpc/tools/profiling/microbenchmarks/bm_diff/
Dbm_speedup.py31 def speedup(new, old, threshold=_DEFAULT_THRESHOLD): function
58 print speedup(new, old, 1e-5)
59 print speedup(old, new, 1e-5)
Dbm_diff.py118 s = bm_speedup.speedup(new, old, 1e-5)
/external/v8/tools/perf/
Dstatistics-for-json.R96 speedup <- ggplot(df2, aes(x = x, y = E, colour=p.value.sig)) + globalVar
110 print(speedup)
112 plot=speedup, width=7, height=7)
/external/zlib/src/contrib/asm686/
DREADME.6868 The speedup that this patch provides varies, depending on whether the
10 PPro's speed traps. My own tests show a speedup of around 10-20% at
/external/mesa3d/src/gallium/docs/source/drivers/
Dopenswr.rst6 geometry heavy workloads there is a considerable speedup over llvmpipe,
/external/sonic/samples/
DREADME33 useful for making sure the flush function works correctly. A 2-X speedup should
/external/grpc-grpc/tools/profiling/qps/
Dqps_diff.py134 s = bm_speedup.speedup(new_data[sn], old_data[sn], 10e-5)
/external/clang/docs/
DSanitizerSpecialCaseList.rst22 * speedup hot function, which is known to be correct;
/external/mesa3d/docs/relnotes/
D3.1120 It's impossible to give a speedup factor. You'll just have to
/external/python/rsa/
DCHANGELOG.txt126 - Massive speedup
/external/tensorflow/tensorflow/lite/g3doc/performance/
Dpost_training_quantization.md21 floating point, so that the speedup with hybrid ops is less than a full fixed-point computation.
/external/libmtp/
DTODO81 speedup caches.
/external/harfbuzz_ng/
DNEWS899 - Minor speedup.
944 with HarfBuzz >= 1.1.2. This results in a tiny speedup.
1517 - Major speedup in OpenType lookup processing. With the Amiri
1519 release. All scripts / languages should see this speedup.
1847 - Major optimization and speedup.
/external/eigen/doc/
DSparseLinearSystems.dox56 <td>To speedup the convergence, try it with the \ref IncompleteLUT preconditioner.</td></tr>
158 …his step. Remember that, basically, the goal of the preconditioner is to speedup the convergence o…
/external/python/cpython3/Misc/NEWS.d/
D3.7.0b2.rst200 ``_abc`` module is added. It is a speedup module with C implementations for
D3.6.3rc1.rst460 Fixed miscellaneous errors in asyncio speedup module.
/external/tensorflow/tensorflow/lite/tutorials/
Dpost_training_quant.ipynb53 "processing. Depending on the model being converted, this can give a speedup over\n",
/external/tagsoup/
DCHANGES5 Leo Sutic's 2x-4x speedup by precompiling HTMLScanner table
/external/swiftshader/docs/
DReactor.md35 …ribution of specialization for a single parameter is small, the combined speedup can be huge. As a…
/external/libxml2/
DNEWS1247 - improvement: speedup parsing comments and DTDs, dictionary support for
1271 (William), xmlUTF8Strpos speedup (William), unicode Python strings
1672 - a lot of profiling and tuning of the code, speedup patch for
1752 - Performances: removed excessive malloc() calls, speedup of the push and
1833 drv_libxml2.py Python xml.sax driver (Stéphane Bidoul), fixes, speedup
1987 - speedup patch to XPath very effective for DocBook stylesheets
2600 - Integrated various patches, especially a speedup improvement for large
/external/skqp/site/dev/design/conical/
Dindex.md19 It reduced the number of multiplications per pixel from ~10 down to 3, and brought a speedup of up …
/external/gemmlowp/doc/
Dless-than-8-bit.md173 speedup. See internal/kernel_neon.h, specifically
/external/skia/site/dev/design/conical/
Dindex.md19 It reduced the number of multiplications per pixel from ~10 down to 3, and brought a speedup of up …
/external/kmod/
DNEWS607 - Indexes can be loaded on startup to speedup lookups later

123