mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 01:24:03 +02:00
flip the audio-mixer-frame-time-usage back to STAT_TYPE_TIMER
This commit is contained in:
parent
caff7dc9ab
commit
c2076e8520
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ int main(int argc, const char* argv[]) {
|
|||
const char MIXER_LOGSTASH_METRIC_NAME[] = "audio-mixer-frame-time-usage";
|
||||
|
||||
float averageFrameTimePercentage = sumFrameTimePercentages / numStatCollections;
|
||||
Logstash::stashValue(STAT_TYPE_GAUGE, MIXER_LOGSTASH_METRIC_NAME, averageFrameTimePercentage);
|
||||
Logstash::stashValue(STAT_TYPE_TIMER, MIXER_LOGSTASH_METRIC_NAME, averageFrameTimePercentage);
|
||||
|
||||
sumFrameTimePercentages = 0.0f;
|
||||
numStatCollections = 0;
|
||||
|
|
Loading…
Reference in a new issue