Home
last modified time | relevance | path

Searched refs:DataHistory (Results 1 – 2 of 2) sorted by relevance

/haiku/src/apps/activitymonitor/
H A DActivityView.h27 class DataHistory {
29 DataHistory(bigtime_t memorize, bigtime_t interval);
30 ~DataHistory();
113 DataHistory* values, int64 value);
135 BObjectList<DataHistory> fValues;
H A DActivityView.cpp114 void Update(DataHistory* history, int32 width,
230 ViewHistory::Update(DataHistory* history, int32 width, int32 resolution, in Update()
284 DataHistory::DataHistory(bigtime_t memorize, bigtime_t interval) in DataHistory() function in DataHistory
296 DataHistory::~DataHistory() in ~DataHistory()
302 DataHistory::AddValue(bigtime_t time, int64 value) in AddValue()
317 DataHistory::ValueAt(bigtime_t time) in ValueAt()
352 DataHistory::MaximumValue() const in MaximumValue()
362 DataHistory::MinimumValue() const in MinimumValue()
372 DataHistory::Start() const in Start()
382 DataHistory::End() const in End()
[all …]