OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getAnomalyThreshold
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/cmds/statsd/src/anomaly/
AnomalyTracker.h
91
inline int64_t
getAnomalyThreshold
() const {
/frameworks/base/cmds/statsd/src/metrics/duration_helper/
MaxDurationTracker.cpp
330
int64_t anomalyTimeNs = currentTimestamp + anomalyTracker.
getAnomalyThreshold
() - maxElapsed;
OringDurationTracker.cpp
332
const int64_t thresholdNs = anomalyTracker.
getAnomalyThreshold
();
Completed in 374 milliseconds