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:time_use
(Results
1 - 3
of
3
) sorted by relevance
/drivers/peripheral/camera/test/mpi/src/
H
A
D
performance_hdi_test.cpp
29
float
time_use
= 0;
in calTime()
local
30
time_use
= (end.tv_sec - start.tv_sec) * TIME_TRANSFORMATION_US + (end.tv_usec - start.tv_usec);
in calTime()
31
return
time_use
;
in calTime()
57
float
time_use
;
in HWTEST_F()
local
65
time_use
= calTime(start, end);
in HWTEST_F()
66
totle_time_use = totle_time_use +
time_use
;
in HWTEST_F()
87
float
time_use
;
in HWTEST_F()
local
98
time_use
= calTime(start, end);
in HWTEST_F()
99
totle_time_use = totle_time_use +
time_use
;
in HWTEST_F()
124
float
time_use
;
in HWTEST_F()
local
158
float
time_use
;
HWTEST_F()
local
204
float
time_use
;
HWTEST_F()
local
249
float
time_use
;
HWTEST_F()
local
282
float
time_use
;
HWTEST_F()
local
318
float
time_use
;
HWTEST_F()
local
351
float
time_use
;
HWTEST_F()
local
393
float
time_use
;
HWTEST_F()
local
435
float
time_use
;
HWTEST_F()
local
505
float
time_use
;
HWTEST_F()
local
569
float
time_use
;
HWTEST_F()
local
606
float
time_use
;
HWTEST_F()
local
674
float
time_use
;
HWTEST_F()
local
714
float
time_use
;
HWTEST_F()
local
774
float
time_use
;
HWTEST_F()
local
824
float
time_use
;
HWTEST_F()
local
897
float
time_use
;
HWTEST_F()
local
970
float
time_use
;
HWTEST_F()
local
[all...]
H
A
D
performance_func_test.cpp
29
float
time_use
= 0;
in calTime()
local
30
time_use
= (end.tv_sec - start.tv_sec) * TIME_TRANSFORMATION_US + (end.tv_usec - start.tv_usec);
in calTime()
31
return
time_use
;
in calTime()
55
float
time_use
;
in HWTEST_F()
local
62
time_use
= calTime(start, end);
in HWTEST_F()
63
totle_time_use = totle_time_use +
time_use
;
in HWTEST_F()
86
float
time_use
;
in HWTEST_F()
local
129
time_use
= calTime(start, end);
in HWTEST_F()
130
totle_time_use = totle_time_use +
time_use
;
in HWTEST_F()
159
float
time_use
;
in HWTEST_F()
local
[all...]
H
A
D
dfx_test.cpp
35
float
time_use
= 0;
in calTime()
local
36
time_use
= (end.tv_sec - start.tv_sec) * TIME_TRANSFORMATION_US + (end.tv_usec - start.tv_usec);
in calTime()
37
return
time_use
;
in calTime()
Completed in 5 milliseconds