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:kNanosecond
(Results
1 - 8
of
8
) sorted by relevance
/third_party/benchmark/test/
H
A
D
time_unit_gtest.cc
17
EXPECT_EQ(benchmark.GetTimeUnit(),
kNanosecond
);
in TEST()
22
EXPECT_EQ(benchmark.GetTimeUnit(),
kNanosecond
);
in TEST()
H
A
D
options_test.cc
26
BENCHMARK(BM_basic_slow)->Arg(10)->Unit(benchmark::
kNanosecond
);
H
A
D
reporter_output_test.cc
190
BENCHMARK(BM_time_label_nanosecond)->Unit(benchmark::
kNanosecond
);
variable
962
->Unit(benchmark::TimeUnit::
kNanosecond
)
/third_party/benchmark/bindings/python/google_benchmark/
H
A
D
__init__.py
35
kNanosecond
,
56
"
kNanosecond
",
H
A
D
benchmark.cc
47
.value("
kNanosecond
", TimeUnit::
kNanosecond
)
in NB_MODULE()
/third_party/benchmark/src/
H
A
D
benchmark.cc
619
TimeUnit default_time_unit =
kNanosecond
;
668
return SetDefaultTimeUnit(
kNanosecond
);
in SetDefaultTimeUnitFromFlag()
/third_party/benchmark/include/benchmark/
H
A
D
benchmark.h
364
enum TimeUnit {
kNanosecond
, kMicrosecond, kMillisecond, kSecond };
enumerator
1949
case
kNanosecond
:
in GetTimeUnitString()
1963
case
kNanosecond
:
in GetTimeUnitMultiplier()
/third_party/node/deps/v8/src/objects/
H
A
D
js-temporal-objects.cc
51
kNanosecond
3441
return Unit::
kNanosecond
;
in LargerOfTwoTemporalUnits()
3464
case Unit::
kNanosecond
:
in UnitToString()
3759
DCHECK_EQ(largest_unit, Unit::
kNanosecond
);
in BalanceDuration()
Completed in 18 milliseconds