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
defs:elapsed
(Results
1 - 25
of
44
) sorted by relevance
1
2
/third_party/rust/crates/bindgen/bindgen/
H
A
D
time.rs
31
pub fn
elapsed
(&self) -> Duration {
in elapsed()
functions
/third_party/skia/samplecode/
H
A
D
SampleTiming.cpp
47
auto
elapsed
= std::chrono::steady_clock::now() - start;
variable
81
auto
elapsed
= std::chrono::steady_clock::now() - start;
variable
/third_party/benchmark/test/
H
A
D
internal_threading_test.cc
22
const auto
elapsed
= now - start;
in MyBusySpinwait()
local
H
A
D
benchmark_test.cc
201
auto
elapsed
=
in BM_ManualTiming()
local
/third_party/icu/icu4c/source/test/perf/ucnvavailperf/
H
A
D
ucnvavailperf.cpp
123
double
elapsed
= utimer_getElapsedSeconds(&start_time);
in main()
local
/third_party/ltp/testcases/kernel/syscalls/clock_settime/
H
A
D
clock_settime01.c
57
long long
elapsed
;
in verify_clock_settime()
local
/third_party/ltp/lib/
H
A
D
tst_wallclock.c
46
static struct timespec mono_end,
elapsed
, adjust;
in tst_wallclock_restore()
local
94
static struct timespec mono_end,
elapsed
;
in tst_rtc_clock_restore()
local
/third_party/node/deps/v8/src/base/platform/
H
A
D
elapsed-timer.h
65
TimeDelta
elapsed
= now - start_ticks_;
in Restart()
local
75
TimeDelta
elapsed
= Elapsed(now);
in Pause()
local
89
TimeDelta
elapsed
= paused_elapsed();
in Resume()
local
104
TimeDelta
elapsed
= now - start_ticks();
Elapsed()
local
[all...]
H
A
D
time.cc
312
TimeDelta
elapsed
= ticks - initial_ticks_;
in Now()
local
/third_party/pulseaudio/src/daemon/
H
A
D
cpulimit.c
118
pa_usec_t now,
elapsed
;
in signal_handler()
local
/third_party/skia/tools/viewer/
H
A
D
MSKPSlide.cpp
161
double
elapsed
= nanos - fLastFrameTime;
in animate()
local
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
H
A
D
notification_test.cc
78
const absl::Duration
elapsed
= absl::Now() - start;
in BasicTests()
local
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/
H
A
D
per_thread_sem_test.cc
159
const absl::Duration
elapsed
= absl::Now() - start;
in TEST_F()
local
/third_party/node/deps/v8/src/logging/
H
A
D
counters-scopes.h
143
base::TimeDelta
elapsed
= timer_.Elapsed(now);
in StopInternal()
local
/third_party/skia/tests/
H
A
D
skia_test.cpp
121
SkMSec
elapsed
= timer.elapsedMsInt();
in operator ()()
local
66
endTest(const char* testName, bool success, SkMSec
elapsed
, int testCount)
endTest()
argument
/third_party/vixl/benchmarks/aarch64/
H
A
D
bench-utils.h
45
timeval
elapsed
= GetElapsed();
in GetElapsedSeconds()
local
52
timeval
elapsed
= GetElapsed();
in HasRunFor()
local
60
timeval now,
elapsed
;
in GetElapsed()
local
/third_party/ltp/utils/benchmark/ebizzy-0.3/
H
A
D
ebizzy.c
455
double
elapsed
;
in start_threads()
local
/third_party/ffmpeg/libavformat/
H
A
D
fifo.c
626
int64_t
elapsed
= 0;
in fifo_write_trailer()
local
/third_party/curl/lib/
H
A
D
asyn-thread.c
820
timediff_t
elapsed
= Curl_timediff(Curl_now(),
in Curl_resolver_is_resolved()
local
/third_party/mesa3d/src/intel/compiler/
H
A
D
brw_ir_performance.cpp
1607
unsigned
elapsed
= 0;
in calculate_performance()
local
/third_party/ltp/testcases/kernel/fs/read_all/
H
A
D
read_all.c
234
int
elapsed
;
in read_test()
local
431
int
elapsed
;
in try_push_work()
local
[all...]
/third_party/node/deps/v8/src/inspector/
H
A
D
v8-console-message.cc
636
double
elapsed
= m_inspector->client()->currentTimeMS() - it->second;
in timeEnd()
local
H
A
D
v8-console.cc
430
double
elapsed
;
in timeEndFunction()
local
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H
A
D
nanobenchmark.cc
568
const uint64_t
elapsed
= t1 - t0;
in NumSkip()
local
/third_party/skia/bench/
H
A
D
nanobench.cpp
294
double
elapsed
= now_ms() - start;
in time()
local
412
double
elapsed
= 0;
in setup_gpu_bench()
local
Completed in 19 milliseconds
1
2