Searched refs:mLateBuffers (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/cortex/addons/LoggingConsumer/
H A DLoggingConsumer.h73 long LateBuffers() const { return mLateBuffers; }
74 void ResetLateBufferCount() { mLateBuffers = 0; }
176 long mLateBuffers; // track how many late buffers we've gotten member in class:LoggingConsumer
H A DLoggingConsumer.cpp114 mLateBuffers(0),
614 mLateBuffers++;

Completed in 35 milliseconds