OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BenchmarkResult
(Results
1 - 9
of
9
) sorted by null
/system/vold/
ResponseCode.h
86
static const int
BenchmarkResult
= 661;
Benchmark.cpp
48
ResponseCode::
BenchmarkResult
, res.c_str(), false);
/prebuilts/go/darwin-x86/src/go/doc/testdata/
benchmark.go
33
result
BenchmarkResult
131
func (b *B) run()
BenchmarkResult
{
171
b.result =
BenchmarkResult
{b.N, b.duration, b.bytes}
175
type
BenchmarkResult
struct {
181
func (r
BenchmarkResult
) NsPerOp() int64 {
188
func (r
BenchmarkResult
) mbPerSec() float64 {
195
func (r
BenchmarkResult
) String() string {
285
func Benchmark(f func(b *B))
BenchmarkResult
{
/prebuilts/go/linux-x86/src/go/doc/testdata/
benchmark.go
33
result
BenchmarkResult
131
func (b *B) run()
BenchmarkResult
{
171
b.result =
BenchmarkResult
{b.N, b.duration, b.bytes}
175
type
BenchmarkResult
struct {
181
func (r
BenchmarkResult
) NsPerOp() int64 {
188
func (r
BenchmarkResult
) mbPerSec() float64 {
195
func (r
BenchmarkResult
) String() string {
285
func Benchmark(f func(b *B))
BenchmarkResult
{
/prebuilts/go/darwin-x86/src/testing/
benchmark.go
45
result
BenchmarkResult
178
func (b *B) run()
BenchmarkResult
{
218
b.result =
BenchmarkResult
{b.N, b.duration, b.bytes, b.netAllocs, b.netBytes}
222
type
BenchmarkResult
struct {
230
func (r
BenchmarkResult
) NsPerOp() int64 {
237
func (r
BenchmarkResult
) mbPerSec() float64 {
244
func (r
BenchmarkResult
) AllocsPerOp() int64 {
251
func (r
BenchmarkResult
) AllocedBytesPerOp() int64 {
258
func (r
BenchmarkResult
) String() string {
278
func (r
BenchmarkResult
) MemString() string
[
all
...]
/prebuilts/go/linux-x86/src/testing/
benchmark.go
45
result
BenchmarkResult
178
func (b *B) run()
BenchmarkResult
{
218
b.result =
BenchmarkResult
{b.N, b.duration, b.bytes, b.netAllocs, b.netBytes}
222
type
BenchmarkResult
struct {
230
func (r
BenchmarkResult
) NsPerOp() int64 {
237
func (r
BenchmarkResult
) mbPerSec() float64 {
244
func (r
BenchmarkResult
) AllocsPerOp() int64 {
251
func (r
BenchmarkResult
) AllocedBytesPerOp() int64 {
258
func (r
BenchmarkResult
) String() string {
278
func (r
BenchmarkResult
) MemString() string
[
all
...]
/external/v8/benchmarks/
base.js
49
function
BenchmarkResult
(benchmark, time) {
57
BenchmarkResult
.prototype.valueOf = function() {
225
this.NotifyStep(new
BenchmarkResult
(benchmark, usec));
/external/v8/test/js-perf-test/
base.js
44
function
BenchmarkResult
(benchmark, time, latency) {
53
BenchmarkResult
.prototype.valueOf = function() {
307
this.NotifyStep(new
BenchmarkResult
(benchmark, usec, rms));
/prebuilts/tools/common/m2/repository/net/sourceforge/pmd/pmd/5.1.1/
pmd-5.1.1.jar
Completed in 4595 milliseconds