mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 14:44:39 +02:00
add threadcount to audio-mixer stats
This commit is contained in:
parent
9605379265
commit
3c9c78ae14
1 changed files with 3 additions and 0 deletions
|
@ -294,6 +294,9 @@ void AudioMixer::sendStatsPacket() {
|
|||
|
||||
// general stats
|
||||
statsObject["useDynamicJitterBuffers"] = _numStaticJitterFrames == -1;
|
||||
|
||||
statsObject["threads"] = _slavePool.numThreads();
|
||||
|
||||
statsObject["trailing_sleep_percentage"] = _trailingSleepRatio * 100.0f;
|
||||
statsObject["performance_throttling_ratio"] = _performanceThrottlingRatio;
|
||||
|
||||
|
|
Loading…
Reference in a new issue