OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:benchmark
(Results
401 - 425
of
2250
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/skia/bench/
StreamBench.cpp
8
#include "
Benchmark
.h"
11
class StreamBench : public
Benchmark
{
44
typedef
Benchmark
INHERITED;
TextBlobBench.cpp
8
#include "
Benchmark
.h"
24
class TextBlobBench : public
Benchmark
{
69
typedef
Benchmark
INHERITED;
TopoSortBench.cpp
8
#include "
Benchmark
.h"
15
class TopoSortBench : public
Benchmark
{
72
typedef
Benchmark
INHERITED;
WritePixelsBench.cpp
8
#include "
Benchmark
.h"
13
class WritePixelsBench : public
Benchmark
{
70
typedef
Benchmark
INHERITED;
/external/skqp/bench/
ChecksumBench.cpp
7
#include "
Benchmark
.h"
20
class ComputeChecksumBench : public
Benchmark
{
71
typedef
Benchmark
INHERITED;
ColorCanvasDrawBitmapBench.cpp
8
#include "
Benchmark
.h"
14
class ColorCanvasDrawBitmap : public
Benchmark
{
50
typedef
Benchmark
INHERITED;
CubicKLMBench.cpp
8
#include "
Benchmark
.h"
15
class CubicKLMBench : public
Benchmark
{
59
typedef
Benchmark
INHERITED;
FSRectBench.cpp
8
#include "
Benchmark
.h"
17
class FSRectBench : public
Benchmark
{
59
typedef
Benchmark
INHERITED;
FontScalerBench.cpp
8
#include "
Benchmark
.h"
15
class FontScalerBench : public
Benchmark
{
46
typedef
Benchmark
INHERITED;
ImageCacheBench.cpp
8
#include "
Benchmark
.h"
38
class ImageCacheBench : public
Benchmark
{
72
typedef
Benchmark
INHERITED;
LineBench.cpp
8
#include "
Benchmark
.h"
19
class LineBench : public
Benchmark
{
59
typedef
Benchmark
INHERITED;
PerlinNoiseBench.cpp
7
#include "
Benchmark
.h"
12
class PerlinNoiseBench : public
Benchmark
{
53
typedef
Benchmark
INHERITED;
PremulAndUnpremulAlphaOpsBench.cpp
8
#include "
Benchmark
.h"
13
class PremulAndUnpremulAlphaOpsBench : public
Benchmark
{
60
typedef
Benchmark
INHERITED;
QuickRejectBench.cpp
8
#include "
Benchmark
.h"
12
class QuickRejectBench : public
Benchmark
{
41
class ConcatBench : public
Benchmark
{
RegionContainBench.cpp
8
#include "
Benchmark
.h"
18
class RegionContainBench : public
Benchmark
{
64
typedef
Benchmark
INHERITED;
StreamBench.cpp
8
#include "
Benchmark
.h"
11
class StreamBench : public
Benchmark
{
44
typedef
Benchmark
INHERITED;
TextBlobBench.cpp
8
#include "
Benchmark
.h"
24
class TextBlobBench : public
Benchmark
{
69
typedef
Benchmark
INHERITED;
WritePixelsBench.cpp
8
#include "
Benchmark
.h"
13
class WritePixelsBench : public
Benchmark
{
70
typedef
Benchmark
INHERITED;
/external/v8/benchmarks/
run.html
8
<title>V8
Benchmark
Suite</title>
94
<div class="title"><h1>V8
Benchmark
Suite - version <span id="version">?</span></h1></div>
96
Warning! This is not the latest version of the V8
benchmark
108
100). Scores are not comparable across
benchmark
suite versions and
112
<li><b>Richards</b><br>OS kernel simulation
benchmark
, originally written in BCPL by Martin Richards (<i>539 lines</i>).</li>
114
<li><b>Crypto</b><br>Encryption and decryption
benchmark
based on code by Tom Wu (<i>1698 lines</i>).</li>
115
<li><b>RayTrace</b><br>Ray tracer
benchmark
based on code by <a href="http://flog.co.nz/">Adam Burmister</a> (<i>904 lines</i>).</li>
117
<li><b>RegExp</b><br>Regular expression
benchmark
generated by extracting regular expression operations from 50 of the most popular web pages
120
<li><b>Splay</b><br>Data manipulation
benchmark
that deals with splay trees and exercises the automatic memory management subsystem (<i>394 lines</i>).</li>
125
Note that
benchmark
results are not comparable unless both results ar
[
all
...]
/frameworks/base/core/tests/benchmarks/src/android/text/
SpannableStringInternalCopyBenchmark.java
21
import com.google.caliper.
Benchmark
;
47
@
Benchmark
54
@
Benchmark
/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/app/
BenchmarkDashboardFragment.java
17
package com.android.
benchmark
.app;
25
import com.android.
benchmark
.R;
28
* Fragment for the
Benchmark
dashboard
/frameworks/rs/tests/java_api/ComputeBenchmark/src/com/example/android/rs/computebench/
Benchmark.java
22
public class
Benchmark
implements Runnable {
26
public
Benchmark
(RenderScript rs, Resources res) {
36
android.util.Log.v("ComputeBench", "Total
benchmark
took " + t + " ms");
/frameworks/rs/tests/java_api/ImageProcessing/res/values/
strings.xml
31
<string name="
benchmark
">
Benchmark
</string>
32
<string name="benchmark_all">
Benchmark
All</string>
/frameworks/rs/tests/java_api/ScriptGroupTest/res/values/
strings.xml
31
<string name="
benchmark
">
Benchmark
</string>
32
<string name="benchmark_all">
Benchmark
All</string>
/platform_testing/docs/development/
index.md
14
* metrics: native
benchmark
tests using [google-
benchmark
](https://github.com/google/
benchmark
)
Completed in 2337 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>