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:GetAvg
(Results
1 - 4
of
4
) sorted by relevance
/arkcompiler/runtime_core/static_core/runtime/include/
H
A
D
histogram.h
80
double
GetAvg
() const
in GetAvg()
function in ark::SimpleHistogram
90
return sumOfSquares_ / static_cast<double>(count_) -
GetAvg
() *
GetAvg
();
in GetDispersion()
H
A
D
histogram-inl.h
40
statistic << "Avg: " << helpers::ValueConverter(
GetAvg
(), typeOfValue_) << " ";
in GetGeneralStatistic()
/arkcompiler/runtime_core/static_core/runtime/tests/
H
A
D
histogram_test.cpp
50
ASSERT_EQ(lhs.
GetAvg
(), rhs.
GetAvg
());
in CompareTwoHistogram()
112
ASSERT_EQ(hist.
GetAvg
(), 251_I);
in TEST_F()
127
ASSERT_EQ(hist.
GetAvg
(), 251_I);
in TEST_F()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H
A
D
gc_stats.cpp
293
statistic << "Average GC reclaim bytes ratio " << reclaimBytes_.
GetAvg
() << " over " << reclaimBytes_.GetCount()
in GetDump()
298
statistic << "Average minor GC copied live bytes ratio " << copiedBytes_.
GetAvg
() << " over "
in GetDump()
324
<< " mean time: " << helpers::TimeConverter(youngTotalTimeHist.
GetAvg
()) << "\n";
in GetYoungSpaceDump()
349
<< " mean time: " << helpers::TimeConverter(totalTimeHist.
GetAvg
()) << "\n";
in GetAllSpacesDump()
Completed in 2 milliseconds