OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_mean
(Results
1 - 3
of
3
) sorted by null
/system/core/storaged/
storaged.cpp
62
mMean.read_perf = (uint32_t)mStats.read_perf.
get_mean
();
63
mMean.read_ios = (uint32_t)mStats.read_ios.
get_mean
();
64
mMean.write_perf = (uint32_t)mStats.write_perf.
get_mean
();
65
mMean.write_ios = (uint32_t)mStats.write_ios.
get_mean
();
66
mMean.queue = (uint32_t)mStats.queue.
get_mean
();
/system/core/storaged/tests/
storaged_test.cpp
151
EXPECT_EQ((int)mean(test_data), (int)sstats.
get_mean
());
159
EXPECT_EQ((int)mean(test_data), (int)sstats.
get_mean
());
173
EXPECT_EQ((int)mean(test_data), (int)sstats1.
get_mean
());
180
EXPECT_EQ((int)mean(test_data), (int)sstats1.
get_mean
());
/system/core/storaged/include/
storaged.h
136
double
get_mean
() {
function in class:stream_stats
Completed in 87 milliseconds