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:totalTime
(Results
1 - 6
of
6
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H
A
D
pgo_trace.h
90
float
totalTime
= std::accumulate(profileBytecodeTime_.begin(), profileBytecodeTime_.end(), 0.0);
in Print()
local
93
if (
totalTime
< MIN_PRINT_TIME && count < MIN_PRINT_COUNT) {
in Print()
100
float avgProfileBytecodeTime =
totalTime
/ count;
in Print()
104
<< avgProfileBytecodeTime << std::setw(WIDTH) <<
totalTime
;
in Print()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H
A
D
gc_stats.cpp
53
auto
totalTime
= ConvertTimeToPeriod(time::GetCurrentTimeInNanos() - startTime_, true);
in GetFinalStatistics()
local
68
if (
totalTime
> durationInfo.GetCountDifferent()) {
in GetFinalStatistics()
69
durationInfo.AddValue(0,
totalTime
- durationInfo.GetCountDifferent());
in GetFinalStatistics()
344
auto
totalTime
= helpers::TimeConverter(totalTimeHist.GetSum());
in GetAllSpacesDump()
local
348
statistic << GC_NAMES[ToIndex(gcType)] << " total time: " <<
totalTime
in GetAllSpacesDump()
354
<< totalFreedObj /
totalTime
.GetDoubleValue() << "objects/" <<
totalTime
.GetLiteral() << " / "
in GetAllSpacesDump()
355
<< helpers::MemoryConverter(totalFreedBytes /
totalTime
.GetDoubleValue()) << "/" <<
totalTime
.GetLiteral()
in GetAllSpacesDump()
/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
H
A
D
runtime_stat.cpp
90
uint64_t
totalTime
= 0;
in PrintAllStats()
local
98
totalTime
+= runCallerStat.TotalTime();
in PrintAllStats()
134
<< std::setw(numberRightAdjustment) <<
totalTime
;
in PrintAllStats()
/arkcompiler/ets_runtime/ecmascript/module/
H
A
D
module_logger.cpp
205
double
totalTime
= 0;
in ProcessModuleExecuteTime()
local
221
totalTime
+= time;
in ProcessModuleExecuteTime()
223
totalTime_ = static_cast<int64_t>(
totalTime
);
in ProcessModuleExecuteTime()
/arkcompiler/ets_runtime/ecmascript/js_vm/
H
A
D
main.cpp
168
auto
totalTime
= execute.TotalSpentTime();
in ExecutePandaFile()
local
174
std::cout << "execute pandafile spent time " <<
totalTime
<< "ms" << std::endl;
in ExecutePandaFile()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H
A
D
cocos_worker_test.js
27572
return this._curTime >= this.settings.
totalTime
;
27584
totalTime
: null !== (e = de.querySettings(_e.Category.SPLASH_SCREEN, "
totalTime
")) && void 0 !== e ? e : 3e3,
27592
if (this.settings.enabled && "" !== this.settings.base64src && !(this.settings.
totalTime
<= 0)) {
27610
this.settings.
totalTime
= 0;
27643
let a = F_(di(this._curTime / e.
totalTime
));
[all...]
Completed in 33 milliseconds