Home
last modified time | relevance | path

Searched refs:Benchmarks (Results 1 – 25 of 67) sorted by relevance

123

/third_party/node/benchmark/
DREADME.md1 # Node.js Core Benchmarks
19 | assert | Benchmarks for the `assert` subsystem. …
20 | buffers | Benchmarks for the `buffer` subsystem. …
21 | child\_process | Benchmarks for the `child_process` subsystem. …
22 | crypto | Benchmarks for the `crypto` subsystem. …
23 | dgram | Benchmarks for the `dgram` subsystem. …
24 | domain | Benchmarks for the `domain` subsystem. …
25 | es | Benchmarks for various new ECMAScript features and their pre-ES2015 counterpart…
26 | events | Benchmarks for the `events` subsystem. …
27 | fixtures | Benchmarks fixtures used in various benchmarks throughout the benchmark suite. …
[all …]
/third_party/protobuf/csharp/
Dgenerate_protos.sh82 --csharp_out=csharp/src/Google.Protobuf.Benchmarks
85 $PROTOC -Isrc -Icsharp/src/Google.Protobuf.Benchmarks \
86 csharp/src/Google.Protobuf.Benchmarks/*.proto \
87 --csharp_out=csharp/src/Google.Protobuf.Benchmarks
/third_party/flatbuffers/tests/FlatBuffers.Benchmarks.swift/Sources/FlatBuffers.Benchmarks.swift/
Dmain.swift40 func createDocument(Benchmarks: [Benchmark]) -> String { in createDocument()
45 for i in Benchmarks { in createDocument()
129 print(createDocument(Benchmarks: benchmarks)) in benchmark()
/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/
DBenchmarks.cs12 namespace Benchmarks { namespace
34 …new pbr::GeneratedClrTypeInfo(typeof(global::Benchmarks.BenchmarkDataset), global::Benchmarks.Benc… in BenchmarksReflection()
53 get { return global::Benchmarks.BenchmarksReflection.Descriptor.MessageTypes[0]; }
DBenchmarkDatasetConfig.cs33 using Benchmarks;
41 namespace Google.Protobuf.Benchmarks
DParseMessagesBenchmark.cs40 using Benchmarks.Proto3;
42 namespace Google.Protobuf.Benchmarks
DProgram.cs35 namespace Google.Protobuf.Benchmarks
DBenchmarkMessage1Proto3.cs12 namespace Benchmarks.Proto3 {
59 …new pbr::GeneratedClrTypeInfo(typeof(global::Benchmarks.Proto3.GoogleMessage1), global::Benchmarks in BenchmarkMessage1Proto3Reflection()
60 …new pbr::GeneratedClrTypeInfo(typeof(global::Benchmarks.Proto3.GoogleMessage1SubMessage), global:: in BenchmarkMessage1Proto3Reflection()
79 …get { return global::Benchmarks.Proto3.BenchmarkMessage1Proto3Reflection.Descriptor.MessageTypes[0…
520 private global::Benchmarks.Proto3.GoogleMessage1SubMessage field15_;
522 public global::Benchmarks.Proto3.GoogleMessage1SubMessage Field15 {
1286 Field15 = new global::Benchmarks.Proto3.GoogleMessage1SubMessage(); in MergeFrom()
1369 Field15 = new global::Benchmarks.Proto3.GoogleMessage1SubMessage(); in MergeFrom()
1551 Field15 = new global::Benchmarks.Proto3.GoogleMessage1SubMessage(); in IBufferMessage.InternalMergeFrom()
1691 …get { return global::Benchmarks.Proto3.BenchmarkMessage1Proto3Reflection.Descriptor.MessageTypes[1…
DGoogleMessageBenchmark.cs38 namespace Google.Protobuf.Benchmarks
DWriteMessagesBenchmark.cs41 namespace Google.Protobuf.Benchmarks
/third_party/protobuf/csharp/src/
DGoogle.Protobuf.sln15 …D3-BF4B-00C04F79EFBC}") = "Google.Protobuf.Benchmarks", "Google.Protobuf.Benchmarks\Google.Protobu…
/third_party/pulseaudio/scripts/benchmarks/
D.gitignore2 # Benchmarks directory .gitignore
/third_party/flatbuffers/tests/FlatBuffers.Benchmarks/
DProgram.cs19 namespace FlatBuffers.Benchmarks
DFlatBufferBuilderBenchmark.cs20 namespace FlatBuffers.Benchmarks
/third_party/json/benchmarks/
DCMakeLists.txt9 # configure Google Benchmarks
/third_party/skia/third_party/externals/swiftshader/tests/ReactorBenchmarks/
DCMakeLists.txt34 FOLDER "Tests/Benchmarks"
/third_party/skia/third_party/externals/swiftshader/tests/SystemBenchmarks/
DCMakeLists.txt35 FOLDER "Tests/Benchmarks"
/third_party/skia/third_party/externals/swiftshader/tests/VulkanBenchmarks/
DCMakeLists.txt47 FOLDER "Tests/Benchmarks"
/third_party/benchmark/docs/
Duser_guide.md9 [Running Benchmarks](#running-benchmarks)
11 [Running a Subset of Benchmarks](#running-a-subset-of-benchmarks)
29 [Templated Benchmarks](#templated-benchmarks)
35 [Multithreaded Benchmarks](#multithreaded-benchmarks)
153 ## Running Benchmarks
155 Benchmarks are executed by running the produced binaries. Benchmarks binaries,
165 ## Running a Subset of Benchmarks
501 ## Templated Benchmarks
752 ## Multithreaded Benchmarks
972 …Reporting the Mean, Median and Standard Deviation / Coefficient of variation of Repeated Benchmarks
/third_party/boost/libs/metaparse/doc/
Dperformance.qbk4 [section Benchmarks of BOOST_METAPARSE_STRING]
/third_party/protobuf/benchmarks/php/
DPhpBenchmark.php24 use Benchmarks\BenchmarkDataset;
/third_party/boost/libs/sort/doc/
Dlinux_parallel.qbk10 [section:linux_parallel 3.4- Linux Benchmarks]
/third_party/protobuf/benchmarks/
DREADME.md2 # Protocol Buffers Benchmarks
219 From `csharp/src/Google.Protobuf.Benchmarks`, run:
/third_party/protobuf/
DMakefile.am89 csharp/src/Google.Protobuf.Benchmarks/BenchmarkDatasetConfig.cs \
90 csharp/src/Google.Protobuf.Benchmarks/BenchmarkMessage1Proto3.cs \
91 csharp/src/Google.Protobuf.Benchmarks/Benchmarks.cs \
92 csharp/src/Google.Protobuf.Benchmarks/Google.Protobuf.Benchmarks.csproj \
93 csharp/src/Google.Protobuf.Benchmarks/GoogleMessageBenchmark.cs \
94 csharp/src/Google.Protobuf.Benchmarks/ParseMessagesBenchmark.cs \
95 csharp/src/Google.Protobuf.Benchmarks/ParseRawPrimitivesBenchmark.cs \
96 csharp/src/Google.Protobuf.Benchmarks/Program.cs \
97 csharp/src/Google.Protobuf.Benchmarks/wrapper_benchmark_messages.proto \
98 csharp/src/Google.Protobuf.Benchmarks/WrapperBenchmarkMessages.cs \
[all …]
/third_party/boost/libs/histogram/doc/
Dhistogram.qbk69 [link histogram.benchmarks Benchmarks]

123