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:executeTime
(Results
1 - 8
of
8
) sorted by relevance
/foundation/graphic/graphic_3d/lume/metaobject/src/
H
A
D
task_queue.h
92
if (tasks_.front().
executeTime
>= excTime) {
in AddTaskImpl()
100
if (it->
executeTime
> excTime) {
in AddTaskImpl()
135
while (!terminate_ && !tasks_.empty() && curTime >= tasks_.back().
executeTime
) {
in ProcessTasks()
155
// calculate the next
executeTime
in phase.. (ie. how many events missed)
in ProcessTasks()
157
uint64_t et = task.
executeTime
.ToMicroseconds();
in ProcessTasks()
159
// calculate the next
executeTime
in phase..
in ProcessTasks()
168
task.
executeTime
= TimeSpan::Microseconds(et);
in ProcessTasks()
170
task.
executeTime
= curTime;
in ProcessTasks()
172
AddTaskImpl(task.operation, task.delay, task.
executeTime
);
in ProcessTasks()
186
Task(TimeSpan d, TimeSpan e, const ITaskQueueTask::Ptr& p) : delay(d),
executeTime
(
189
TimeSpan
executeTime
;
global()
member
[all...]
H
A
D
threaded_task_queue.cpp
108
TimeSpan delta = tasks_.back().
executeTime
- Time();
in ProcessTasks()
/foundation/resourceschedule/ffrt/src/dfx/trace_record/
H
A
D
ffrt_trace_record.h
38
std::atomic<uint64_t>
executeTime
{0};
114
static inline void TaskExecute(uint64_t*
executeTime
)
in TaskExecute()
argument
117
*
executeTime
= TimeStamp();
in TaskExecute()
141
auto runDuration = TimeStamp() - task->
executeTime
;
in TaskDone()
148
auto waitTime = task->
executeTime
- task->createTime;
in TaskDone()
/foundation/resourceschedule/ffrt/src/tm/
H
A
D
task_base.h
46
uint64_t
executeTime
;
member in ffrt::TaskBase
H
A
D
cpu_task.cpp
56
FFRTTraceRecord::TaskExecute(&(this->
executeTime
));
in Execute()
/foundation/multimedia/media_library/frameworks/services/media_dfx/src/
H
A
D
dfx_worker.cpp
171
auto
executeTime
= std::chrono::time_point_cast<std::chrono::milliseconds>(GetWaitTime());
in InitDelayThread()
local
172
auto delay = now.time_since_epoch().count() -
executeTime
.time_since_epoch().count();
in InitDelayThread()
/foundation/resourceschedule/ffrt/src/dfx/bbox/
H
A
D
bbox.cpp
410
if (task->
executeTime
) {
in AppendTaskInfo()
411
oss << "
executeTime
" << FormatDateString(task->
executeTime
);
in AppendTaskInfo()
/foundation/resourceschedule/ffrt/src/queue/
H
A
D
queue_handler.cpp
216
FFRTTraceRecord::TaskExecute(&(task->
executeTime
));
in Dispatch()
Completed in 4 milliseconds