添加性能测试模式

This commit is contained in:
xiongziliang
2020-04-08 11:16:09 +08:00
parent 5025d7d4cc
commit 0fc1499643
7 changed files with 23 additions and 0 deletions

View File

@@ -102,6 +102,8 @@ private:
uint32_t _aiNowStamp[2] = { 0, 0 };
Ticker _aNowStampTicker[2];
bool _metadata_got = false;
//是否为性能测试模式
bool _benchmark_mode = false;
};
} /* namespace mediakit */