Home
last modified time | relevance | path

Searched refs:alignTimestamp (Results 1 – 4 of 4) sorted by relevance

/dports/databases/opentsdb/opentsdb-2.3.0/src/core/
H A DDownsampler.java260 timestamp_end_interval = alignTimestamp(next_dp.timestamp()) + in initializeIfNotDone()
314 timestamp_end_interval = alignTimestamp(next_dp.timestamp()) + in resetEndOfInterval()
346 source.seek(alignTimestamp(timestamp + specification.getInterval() - 1)); in seekInterval()
361 return alignTimestamp(timestamp_end_interval - in getIntervalTimestamp()
367 protected long alignTimestamp(final long timestamp) { in alignTimestamp() method in Downsampler.ValuesInInterval
H A DFillingDownsampler.java114 timestamp = values_in_interval.alignTimestamp(start_time); in FillingDownsampler()
115 end_timestamp = values_in_interval.alignTimestamp(end_time); in FillingDownsampler()
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/platformsupport/vsyncconvenience/
H A Dsoftwarevsyncmonitor.cpp41 T alignTimestamp(const T &timestamp, const T &alignment) in alignTimestamp() function
55 m_vblankTimestamp = alignTimestamp(currentTime, vblankInterval); in arm()
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/
H A Drenderloop.cpp17 T alignTimestamp(const T &timestamp, const T &alignment) in alignTimestamp() function
51 + alignTimestamp(currentTime - lastPresentationTimestamp, vblankInterval); in scheduleRepaint()