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:get_time
(Results
1 - 13
of
13
) sorted by relevance
/third_party/python/Lib/
H
A
D
profile.py
155
self.timer = self.
get_time
= time.process_time
163
self.
get_time
= timer
170
# This
get_time
() implementation needs to be defined
177
self.
get_time
= get_time_timer
178
self.t = self.
get_time
()
231
get_time
= self.
get_time
232
t =
get_time
() - self.t - self.bias
238
self.t =
get_time
()
240
self.t =
get_time
()
[all...]
/third_party/skia/third_party/externals/freetype/src/tools/
H
A
D
test_bbox.c
15
get_time
( void )
in get_time()
function
142
time0 =
get_time
();
in profile_outline()
146
time0 =
get_time
() - time0;
in profile_outline()
157
time0 =
get_time
();
in profile_outline()
161
time0 =
get_time
() - time0;
in profile_outline()
/third_party/python/Lib/test/
H
A
D
test_int.py
660
get_time
= time.process_time
661
if
get_time
() <= 0: # some platforms like WASM lack process_time()
662
get_time
= time.monotonic
667
start =
get_time
()
669
seconds_to_convert =
get_time
() - start
682
start =
get_time
()
684
seconds_to_fail_huge =
get_time
() - start
692
start =
get_time
()
695
seconds_to_fail_extra_huge =
get_time
() - start
703
get_time
[all...]
/third_party/astc-encoder/Source/
H
A
D
astcenccli_platform_dependents.cpp
136
double
get_time
()
in get_time()
function
161
double
get_time
()
in get_time()
function
H
A
D
astcenccli_toplevel.cpp
1949
double start_time =
get_time
();
2242
double start_compression_time =
get_time
();
2252
double start_iter_time =
get_time
();
2275
double iter_time =
get_time
() - start_iter_time;
2278
total_compression_time =
get_time
() - start_compression_time;
2325
double start_decompression_time =
get_time
();
2328
double start_iter_time =
get_time
();
2342
double iter_time =
get_time
() - start_iter_time;
2345
total_decompression_time =
get_time
() - start_decompression_time;
2431
double end_time =
get_time
();
[all...]
H
A
D
astcenccli_internal.h
373
double
get_time
();
/third_party/nghttp2/src/
H
A
D
app_helper.h
80
std::chrono::steady_clock::time_point
get_time
();
H
A
D
nghttp.cc
354
timing.request_start_time =
get_time
();
in record_request_start_time()
359
timing.response_start_time =
get_time
();
in record_response_start_time()
364
timing.response_end_time =
get_time
();
in record_response_end_time()
1489
timing.start_time =
get_time
();
in record_start_time()
1493
timing.domain_lookup_end_time =
get_time
();
in record_domain_lookup_end_time()
1497
timing.connect_end_time =
get_time
();
in record_connect_end_time()
H
A
D
app_helper.cc
476
std::chrono::steady_clock::time_point
get_time
() {
in get_time()
function
/third_party/mesa3d/src/gallium/drivers/crocus/
H
A
D
crocus_bufmgr.c
83
get_time
(void)
in get_time()
function
748
double elapsed = unlikely(busy) ? -
get_time
() : 0.0;
in bo_wait_with_stall_warning()
753
elapsed +=
get_time
();
in bo_wait_with_stall_warning()
/third_party/ffmpeg/libavfilter/
H
A
D
avf_showspectrum.c
662
static char *
get_time
(AVFilterContext *ctx, float seconds, int x)
in get_time()
function
866
char *units =
get_time
(ctx, seconds, x);
in draw_legend()
923
char *units =
get_time
(ctx, seconds, x);
in draw_legend()
1544
char *units =
get_time
(ctx, insamples->pts /(float)inlink->sample_rate, x);
in plot_spectrum_column()
/third_party/mesa3d/src/gallium/drivers/iris/
H
A
D
iris_bufmgr.c
114
get_time
(void)
in get_time()
function
1508
double elapsed = unlikely(busy) ? -
get_time
() : 0.0;
in bo_wait_with_stall_warning()
1513
elapsed +=
get_time
();
in bo_wait_with_stall_warning()
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
H
A
D
time_zone_format.cc
60
// Build a strptime() using C++11's std::
get_time
().
63
input >> std::
get_time
(tm, fmt);
in strptime()
Completed in 20 milliseconds