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
defs:duration
(Results
1 - 24
of
24
) sorted by relevance
/arkcompiler/runtime_core/platforms/unix/libpandabase/
H
A
D
time.h
28
auto
duration
= std::chrono::seconds {time.tv_sec} + std::chrono::nanoseconds {time.tv_nsec};
in GetClockTime()
local
/arkcompiler/runtime_core/platforms/windows/libpandabase/
H
A
D
time.h
29
auto
duration
= std::chrono::seconds {time.tv_sec} + std::chrono::microseconds {time.tv_usec};
in GetClockTime()
local
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
H
A
D
time.h
30
auto
duration
= std::chrono::seconds {time.tv_sec} + std::chrono::microseconds {time.tv_usec};
in GetClockTime()
local
/arkcompiler/ets_runtime/ecmascript/mem/
H
A
D
mem_controller_utils.h
26
static inline BytesAndDuration MakeBytesAndDuration(uint64_t bytes, double
duration
)
in MakeBytesAndDuration()
argument
H
A
D
clock_scope.h
45
auto
duration
= std::chrono::duration_cast<std::chrono::microseconds>(Clock::now() - start_);
in TotalSpentTime()
local
H
A
D
incremental_marker.h
89
void UpdateIncrementalMarkingSpeed(double
duration
)
in UpdateIncrementalMarkingSpeed()
argument
H
A
D
concurrent_marker.h
147
void SetDuration(double
duration
)
in SetDuration()
argument
H
A
D
gc_stats.cpp
439
float
duration
= scopeDuration_[Scope::ScopeId::TotalGC];
in RecordStatisticAfterGC()
local
746
float
duration
= scopeDuration_[Scope::ScopeId::TotalGC];
RecordStatisticAfterGC()
local
[all...]
H
A
D
mem_controller.cpp
100
double
duration
= currentTimeInMs - allocTimeMs_;
in StartCalculationBeforeGC()
local
130
double
duration
= currentTimeInMs - allocTimeMsIdle_;
in RecordAllocationForIdle()
local
183
double
duration
= gcEndTime_ - gcStartTime_;
in StopCalculationAfterGC()
local
212
double
duration
in RecordAfterConcurrentMark()
local
267
double
duration
= allocDurationSinceGc_;
GetCurrentOldSpaceAllocationThroughputPerMS()
local
[all...]
H
A
D
gc_stats.h
171
float
duration
= stats_->PrintTimeMilliseconds(stats_->TimeToMicroseconds(GetPauseTime()));
in ~Scope()
local
185
void IncreaseTotalDuration(float
duration
)
in IncreaseTotalDuration()
argument
257
void SetScopeId(int pos, float
duration
)
in SetScopeId()
argument
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
H
A
D
time.h
31
auto
duration
= std::chrono::seconds {time.tv_sec} + std::chrono::nanoseconds {time.tv_nsec};
in GetClockTime()
local
/arkcompiler/runtime_core/static_core/runtime/tests/
H
A
D
time_utils_test.cpp
62
uint64_t
duration
= 0;
in TEST_F()
local
/arkcompiler/runtime_core/static_core/runtime/
H
A
D
compiler_queue_aged_counter_priority.h
51
uint64_t
duration
= currentTime - element->GetTimestamp();
variable
H
A
D
time_utils.cpp
26
Timer::Timer(uint64_t *
duration
, bool needRestart) : duration_(
duration
), startTime_(GetCurrentTimeInNanos())
in Timer()
argument
H
A
D
timing.cpp
28
PandaString Timing::PrettyTimeNs(uint64_t
duration
)
in PrettyTimeNs()
argument
67
uint64_t
duration
in Process()
local
[all...]
H
A
D
timing.h
64
void SetTime(uint64_t
duration
)
in SetTime()
argument
74
void SetCPUTime(uint64_t
duration
)
in SetCPUTime()
argument
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
H
A
D
shared_concurrent_marker.h
108
void SetDuration(double
duration
)
in SetDuration()
argument
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
H
A
D
g1_pause_tracker.cpp
87
auto
duration
= it->DurationInMicros(oldestIntervalTime);
in MinDelayBeforePauseInMicros()
local
/arkcompiler/ets_runtime/ecmascript/compiler/
H
A
D
aot_compiler_stats.h
77
auto
duration
= std::chrono::duration_cast<std::chrono::microseconds>(end_ - start_);
in GetTotalTime()
local
/arkcompiler/runtime_core/libpandabase/utils/
H
A
D
timers.cpp
70
auto
duration
= timePointRecord.endTime - timePointRecord.startTime;
in ProcessTimePointRecord()
local
/arkcompiler/ets_runtime/ecmascript/napi/test/
H
A
D
dfx_jsnapi_tests.cpp
462
size_t
duration
= DFXJSNApi::GetGCDuration(vm_);
in HWTEST_F_L0()
local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H
A
D
gc_stats.cpp
237
void GCStats::RecordDuration(uint64_t
duration
, GCInstanceStats *instanceStats)
in RecordDuration()
argument
/arkcompiler/ets_runtime/ecmascript/extractortool/src/
H
A
D
source_map.cpp
105
auto
duration
= std::chrono::duration_cast<std::chrono::milliseconds>(end - start);
in Init()
local
/arkcompiler/ets_runtime/ecmascript/napi/
H
A
D
jsnapi_expo.cpp
5022
auto
duration
= std::chrono::duration_cast<std::chrono::milliseconds>(end - start).count();
in GenerateTimeoutTraceIfNeeded()
local
5026
<< thread->GetThreadId() << " threshold: " << threshold << "
duration
: " <<
duration
;
in GenerateTimeoutTraceIfNeeded()
local
Completed in 21 milliseconds