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:TotalSpentTime
(Results
1 - 8
of
8
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/mem/
H
A
D
clock_scope.h
43
float
TotalSpentTime
() const
in TotalSpentTime()
function in panda::ecmascript::ClockScope
H
A
D
concurrent_marker.cpp
183
float spendTime = clockScope_.
TotalSpentTime
();
in FinishMarking()
/arkcompiler/ets_runtime/ecmascript/
H
A
D
ecma_handle_scope.cpp
106
float totalSpentTime = context->GetLastHandleScope()->scope_.
TotalSpentTime
();
in NewHandle()
144
float totalSpentTime = context->GetLastPrimitiveScope()->scope_.
TotalSpentTime
();
in NewPrimitiveHandle()
/arkcompiler/ets_runtime/ecmascript/jit/
H
A
D
jit.cpp
623
LOG_BASELINEJIT(DEBUG) << message_ << ": " <<
TotalSpentTime
() << "ms";
in ~TimeScope()
627
LOG_JIT(DEBUG) << message_ << ": " <<
TotalSpentTime
() << "ms";
in ~TimeScope()
630
LOG_BASELINEJIT(INFO) << message_ << ": " <<
TotalSpentTime
() << "ms";
in ~TimeScope()
638
LOG_JIT(INFO) << message_ << ": " <<
TotalSpentTime
() << "ms";
in ~TimeScope()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H
A
D
pgo_profiler_encoder.cpp
237
PGOTrace::GetInstance()->SetSaveTime(start.
TotalSpentTime
());
in SaveAndRename()
269
PGOTrace::GetInstance()->SetMergeWithExistProfileTime(start.
TotalSpentTime
());
in InternalSave()
H
A
D
pgo_profiler.cpp
695
PGOTrace::GetInstance()->SetMergeTime(start.
TotalSpentTime
());
in MergeProfilerAndDispatchAsyncSaveTask()
963
methodData->SetProfileBytecodeTime(start.
TotalSpentTime
());
in ProfileBytecode()
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
H
A
D
shared_concurrent_marker.cpp
134
FinishMarking(clockScope.
TotalSpentTime
());
in DoMarking()
/arkcompiler/ets_runtime/ecmascript/js_vm/
H
A
D
main.cpp
168
auto totalTime = execute.
TotalSpentTime
();
in ExecutePandaFile()
Completed in 8 milliseconds