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:GetSum
(Results
1 - 4
of
4
) sorted by relevance
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H
A
D
gc_stats.cpp
97
statistic << "Total GC count: " << durationInfo.
GetSum
() << "\n";
in GetFinalStatistics()
99
statistic << "Total blocking GC count: " << durationInfo.
GetSum
() << "\n";
in GetFinalStatistics()
280
bool youngSpace = timeStats_[ToIndex(TimeTypeStats::YOUNG_TOTAL_TIME)].
GetSum
() > 0U;
in GetDump()
281
bool allSpace = timeStats_[ToIndex(TimeTypeStats::ALL_TOTAL_TIME)].
GetSum
() > 0U;
in GetDump()
319
auto youngTotalTime = helpers::TimeConverter(youngTotalTimeHist.
GetSum
());
in GetYoungSpaceDump()
320
auto youngTotalFreedObj = objectsStats_[ToIndex(ObjectTypeStats::YOUNG_FREED_OBJECTS)].
GetSum
();
in GetYoungSpaceDump()
321
auto youngTotalFreedBytes = memoryStats_[ToIndex(MemoryTypeStats::YOUNG_FREED_BYTES)].
GetSum
();
in GetYoungSpaceDump()
344
auto totalTime = helpers::TimeConverter(totalTimeHist.
GetSum
());
in GetAllSpacesDump()
345
auto totalFreedObj = objectsStats_[ToIndex(ObjectTypeStats::ALL_FREED_OBJECTS)].
GetSum
();
in GetAllSpacesDump()
346
auto totalFreedBytes = memoryStats_[ToIndex(MemoryTypeStats::ALL_FREED_BYTES)].
GetSum
();
in GetAllSpacesDump()
[all...]
/arkcompiler/runtime_core/static_core/runtime/tests/
H
A
D
histogram_test.cpp
47
ASSERT_EQ(lhs.
GetSum
(), rhs.
GetSum
());
in CompareTwoHistogram()
109
ASSERT_EQ(hist.
GetSum
(), 1757_I);
in TEST_F()
124
ASSERT_EQ(hist.
GetSum
(), IntWrapper(1757_I));
in TEST_F()
/arkcompiler/runtime_core/static_core/runtime/coroutines/
H
A
D
coroutine_stats.cpp
144
ss << "INIT [us]: " << (GetTimeStatValue(CoroutineTimeStats::INIT).
GetSum
() / NS_IN_MICROSECOND) << "\n";
in GetBriefStatistics()
179
metricData[aggrId] += ws->GetTimeStatValue(id).
GetSum
();
in GenerateTimeStatsDataArray()
/arkcompiler/runtime_core/static_core/runtime/include/
H
A
D
histogram.h
65
Value
GetSum
() const
in GetSum()
function in ark::SimpleHistogram
Completed in 3 milliseconds