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:costTime
(Results
1 - 4
of
4
) sorted by relevance
/developtools/global_resource_tool/src/
H
A
D
compression_parser.cpp
458
unsigned long long
costTime
= static_cast<unsigned long long>(
in CollectTime()
local
460
time +=
costTime
;
in CollectTime()
467
unsigned long long
costTime
= static_cast<unsigned long long>(
in CollectTimeAndSize()
local
470
totalTime_ +=
costTime
;
in CollectTimeAndSize()
472
compressTime_ +=
costTime
;
in CollectTimeAndSize()
474
successTime_ +=
costTime
;
in CollectTimeAndSize()
479
totalTime_ +=
costTime
;
in CollectTimeAndSize()
480
compressTime_ +=
costTime
;
in CollectTimeAndSize()
483
totalTime_ +=
costTime
;
in CollectTimeAndSize()
/developtools/profiler/host/smartperf/client/client_command/
H
A
D
smartperf_command.cpp
243
long long
costTime
= nextTime - lastTime;
in ExecCommand()
local
244
if (
costTime
< freq) {
in ExecCommand()
245
std::this_thread::sleep_for(std::chrono::milliseconds(freq -
costTime
));
in ExecCommand()
H
A
D
sp_task.cpp
361
long long
costTime
= nextTime - lastTime;
in AsyncGetDataMap()
local
363
if (
costTime
< curTaskInfo.freq) {
in AsyncGetDataMap()
364
std::this_thread::sleep_for(std::chrono::milliseconds(pTime -
costTime
));
in AsyncGetDataMap()
/developtools/profiler/device/services/profiler_service/src/
H
A
D
profiler_service.cpp
609
uint64_t
costTime
= (end.tv_sec - start.tv_sec) * S_TO_NS + (end.tv_nsec - start.tv_nsec);
in StopSession()
local
610
PROFILER_LOG_INFO(LOG_CORE, "StopSession cost time %" PRIu64 " ns",
costTime
);
in StopSession()
Completed in 5 milliseconds