Xcode build fixes for DRTVWR-559

master
Brad Linden 2023-05-11 12:18:45 -07:00
parent 3914c4ce16
commit 06bdee6634
1 changed files with 3 additions and 1 deletions

View File

@ -175,11 +175,13 @@ namespace LLPerfStats
// RENDER_MESHREPO,
StatType_t::RENDER_IDLE };
#if 0
static constexpr std::initializer_list<StatType_t> avatarStatsToAvg = {
StatType_t::RENDER_GEOMETRY,
StatType_t::RENDER_SHADOWS,
StatType_t::RENDER_COMBINED,
StatType_t::RENDER_IDLE };
#endif
if( /*sceneStats[static_cast<size_t>(StatType_t::RENDER_FPSLIMIT)] != 0 ||*/ sceneStats[static_cast<size_t>(StatType_t::RENDER_SLEEP)] != 0 )
@ -291,7 +293,7 @@ namespace LLPerfStats
sAverageAvatarTime = LLVOAvatar::getAverageGPURenderTime();
sMaxAvatarTime = LLVOAvatar::getMaxGPURenderTime();
auto& general = LL::WorkQueue::getInstance("General");
auto general = LL::WorkQueue::getInstance("General");
if (general)
{