Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:UseRealTime
(Results
1 - 9
of
9
) sorted by relevance
/third_party/benchmark/test/
H
A
D
internal_threading_test.cc
47
BENCHMARK(BM_MainThread)->Iterations(1)->Threads(1)->
UseRealTime
();
54
->
UseRealTime
();
62
BENCHMARK(BM_MainThread)->Iterations(1)->Threads(2)->
UseRealTime
();
69
->
UseRealTime
();
90
BENCHMARK(BM_WorkerThread)->Iterations(1)->Threads(1)->
UseRealTime
();
97
->
UseRealTime
();
105
BENCHMARK(BM_WorkerThread)->Iterations(1)->Threads(2)->
UseRealTime
();
112
->
UseRealTime
();
137
->
UseRealTime
();
150
->
UseRealTime
();
[all...]
H
A
D
basic_test.cc
61
BENCHMARK(BM_pause_during)->
UseRealTime
();
62
BENCHMARK(BM_pause_during)->
UseRealTime
()->ThreadPerCpu();
H
A
D
benchmark_test.cc
64
BENCHMARK(BM_Factorial)->
UseRealTime
();
209
BENCHMARK(BM_ManualTiming)->Range(1, 1 << 14)->
UseRealTime
();
H
A
D
options_test.cc
38
BENCHMARK(BM_basic)->
UseRealTime
();
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H
A
D
spinlock_benchmark.cc
42
->
UseRealTime
()
48
->
UseRealTime
()
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
H
A
D
mutex_benchmark.cc
35
BENCHMARK(BM_Mutex)->
UseRealTime
()->Threads(1)->ThreadPerCpu();
207
bm->
UseRealTime
()
in SetupBenchmarkArgs()
/third_party/benchmark/bindings/python/google_benchmark/
H
A
D
benchmark.cc
108
.def("use_real_time", &Benchmark::
UseRealTime
,
in NB_MODULE()
/third_party/benchmark/src/
H
A
D
benchmark_register.cc
402
// Can be used together with
UseRealTime
() / UseManualTime().
in MeasureProcessCPUTime()
407
Benchmark* Benchmark::
UseRealTime
() {
in UseRealTime()
function in benchmark::internal::Benchmark
409
<< "Cannot set
UseRealTime
and UseManualTime simultaneously.";
in UseRealTime()
416
<< "Cannot set
UseRealTime
and UseManualTime simultaneously.";
in UseManualTime()
/third_party/benchmark/include/benchmark/
H
A
D
benchmark.h
1223
Benchmark*
UseRealTime
();
Completed in 7 milliseconds