OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:refractoryperiodsec
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/cmds/statsd/tests/anomaly/
AnomalyTracker_test.cpp
98
// timestamp (in ns) +
refractoryPeriodSec
.
103
const int32_t&
refractoryPeriodSec
,
113
std::ceil(1.0 * kv.second / NS_PER_SEC) +
refractoryPeriodSec
)
121
const int32_t
refractoryPeriodSec
= 2 * bucketSizeNs / NS_PER_SEC;
124
alert.set_refractory_period_secs(
refractoryPeriodSec
);
155
checkRefractoryTimes(anomalyTracker, eventTimestamp0,
refractoryPeriodSec
,
169
checkRefractoryTimes(anomalyTracker, eventTimestamp1,
refractoryPeriodSec
,
181
checkRefractoryTimes(anomalyTracker, eventTimestamp1,
refractoryPeriodSec
,
195
checkRefractoryTimes(anomalyTracker, eventTimestamp2,
refractoryPeriodSec
,
208
checkRefractoryTimes(anomalyTracker, eventTimestamp2,
refractoryPeriodSec
,
[
all
...]
Completed in 97 milliseconds