Home
last modified time | relevance | path

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

12

/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/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/valgrind/docs/internals/
Dperformance.txt33 gives about 40% speedup on artificial programs which just do
34 realloc() and nothing else, and about a 3-4% speedup on starting
D3_8_BUGSTATUS.txt352 318030 addHRegUse takes a lot of CPU time; band-aid speedup
/external/bison/lib/
Dstrchrnul.valgrind2 # This use is OK because it provides only a speedup.
Drawmemchr.valgrind2 # This use is OK because it provides only a speedup.
Dmemchr.valgrind4 # implement strnlen). However, we use a safe word read to provide a speedup.
/external/valgrind/perf/
Dvg_perf384 my $speedup = 100 - (100 * $tTool / $first_tTool{$tool});
385 printf("%5.1f%%)", $speedup);
Dvg_perf.in384 my $speedup = 100 - (100 * $tTool / $first_tTool{$tool});
385 printf("%5.1f%%)", $speedup);
/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/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/harfbuzz_ng/
DNEWS266 - Minor speedup.
311 with HarfBuzz >= 1.1.2. This results in a tiny speedup.
884 - Major speedup in OpenType lookup processing. With the Amiri
886 release. All scripts / languages should see this speedup.
1214 - Major optimization and speedup.
/external/libmtp/
DTODO81 speedup caches.
/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/libvncserver/
DNEWS77 speedup on 64-bit architechtures.
/external/libvncserver/webclients/java-applet/ssl/
DREADME174 This is to speedup/make more robust, the single port HTTPS and VNC
/external/tagsoup/
DCHANGES5 Leo Sutic's 2x-4x speedup by precompiling HTMLScanner table
/external/gemmlowp/doc/
Dless-than-8-bit.txt148 we still get quite close to a 2x speedup. See internal/kernel_neon.h,
Dless-than-8-bit.md173 speedup. See internal/kernel_neon.h, specifically
/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/kmod/
DNEWS537 - Indexes can be loaded on startup to speedup lookups later

12