Searched refs:nodeStats (Results 1 – 3 of 3) sorted by relevance
48 void RSNodeStats::AddNodeStats(const RSNodeStatsType& nodeStats, RSNodeStatsUpdateMode updateMode) in AddNodeStats() argument51 NodeId nodeId = std::get<NodeId>(nodeStats); in AddNodeStats()56 rsNodeStatsVec_.push_back(nodeStats); in AddNodeStats()57 rsNodeCountTotal_ += std::get<RSNodeCount>(nodeStats); in AddNodeStats()126 const RSNodeStatsType& nodeStats = rsNodeStatsVec_.at(index); in GetNodeStatsToReportByIndex() local127 RSNodeDescription nodeDescription = std::get<RSNodeDescription>(nodeStats); in GetNodeStatsToReportByIndex()129 RSNodeCount nodeCount = std::get<RSNodeCount>(nodeStats); in GetNodeStatsToReportByIndex()
37 RSNodeStatsType nodeStats{nodeCount, nodeId, nodeDesc}; in CreateRSNodeStatsItem()38 return nodeStats; in CreateRSNodeStatsItem()49 void AddNodeStats(const RSNodeStatsType& nodeStats,
489 const RSNodeStatsType nodeStats = CreateRSNodeStatsItem( in OnDraw() local491 RSNodeStats::GetInstance().AddNodeStats(nodeStats); in OnDraw()