Home
last modified time | relevance | path

Searched defs:Benchmarks (Results 1 – 23 of 23) sorted by relevance

/external/angle/src/common/third_party/xxhash/
DREADME.md16 Benchmarks section in xxHash - Extremely fast hash algorithm
58 ### License
64 ### Build modifiers
99 ### Example
152 ### Other programming languages
160 ### Branch Policy
/external/opencensus-java/
DCONTRIBUTING.md122 ## Benchmarks section in How to contribute
124 ### Invoke all benchmarks on a sub-project
130 ### Invoke on a single benchmark class
136 ### Debug compilation errors
/external/skqp/src/compute/hs/
DREADME.md20 ## Benchmarks section in HotSort
22 ### Throughput
38 ### Execution time
/external/tensorflow/tensorflow/python/eager/benchmarks/resnet50/
DREADME.md12 # Benchmarks chapter
/external/grpc-grpc-java/benchmarks/src/jmh/java/io/grpc/benchmarks/netty/
DREADME.md1 Benchmarks chapter
/external/zstd/contrib/pzstd/
DREADME.md32 ## Benchmarks section in Parallel Zstandard (PZstandard)
/external/lz4/
DREADME.md49 Benchmarks section in LZ4 - Extremely fast compression
/external/libdivsufsort/
DREADME.md112 ## Benchmarks section in libdivsufsort
/external/llvm-project/libcxx/docs/
DTestingLibcxx.rst201 Benchmarks chapter
/external/libcxx/docs/
DTestingLibcxx.rst201 Benchmarks chapter
/external/brotli/
DREADME.md88 ### Benchmarks subsection in SECURITY NOTE
/external/fmtlib/
DREADME.rst179 Benchmarks chapter
/external/swiftshader/third_party/marl/
DREADME.md67 ## Benchmarks section in Marl
/external/zstd/
DREADME.md31 ## Benchmarks section
/external/llvm-project/llvm/docs/
DTestSuiteGuide.md125 ### Benchmarks subsection
/external/bc/manuals/
Dbenchmarks.md1 # Benchmarks chapter
/external/protobuf/csharp/src/Google.Protobuf.Benchmarks/
DBenchmarks.cs12 namespace Benchmarks { namespace
/external/llvm-project/llvm/docs/Proposals/
DTestSuite.rst30 Benchmarks chapter
/external/llvm-project/llvm/unittests/tools/llvm-exegesis/X86/
DSnippetGeneratorTest.cpp362 std::vector<BenchmarkCode> Benchmarks; in TEST_F() local
417 std::vector<BenchmarkCode> Benchmarks; in TEST_F() local
/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DSnippetGenerator.cpp42 const InstructionTemplate &Variant, std::vector<BenchmarkCode> &Benchmarks, in generateConfigurations()
DBenchmarkResult.cpp357 std::vector<InstructionBenchmark> Benchmarks; in readYamls() local
/external/llvm-project/llvm/tools/llvm-exegesis/
Dllvm-exegesis.cpp273 std::vector<BenchmarkCode> Benchmarks; in generateSnippets() local
/external/tensorflow/tensorflow/python/ops/parallel_for/
Dcontrol_flow_ops_test.py1837 class Benchmarks(test.Benchmark): class