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

/haiku/src/apps/cortex/addons/LoggingConsumer/
H A DLoggingConsumer.h180 float mSpinPercentage; // how much of our latency time to spin the CPU member in class:LoggingConsumer
H A DLoggingConsumer.cpp116 mSpinPercentage(0.10), // default to spinning 10% of total latency
264 *((float*) value) = mSpinPercentage;
624 bigtime_t usecToSpin = bigtime_t(mSpinPercentage / 100.0 * mLatency);
690 mSpinPercentage = value;

Completed in 30 milliseconds