Home
last modified time | relevance | path

Searched refs:nodeStats (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_node_stats.cpp48 void RSNodeStats::AddNodeStats(const RSNodeStatsType& nodeStats, RSNodeStatsUpdateMode updateMode) in AddNodeStats() argument
51 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() local
127 RSNodeDescription nodeDescription = std::get<RSNodeDescription>(nodeStats); in GetNodeStatsToReportByIndex()
129 RSNodeCount nodeCount = std::get<RSNodeCount>(nodeStats); in GetNodeStatsToReportByIndex()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/ohos/
H A Drs_node_stats.h37 RSNodeStatsType nodeStats{nodeCount, nodeId, nodeDesc}; in CreateRSNodeStatsItem()
38 return nodeStats; in CreateRSNodeStatsItem()
49 void AddNodeStats(const RSNodeStatsType& nodeStats,
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_surface_render_node_drawable.cpp489 const RSNodeStatsType nodeStats = CreateRSNodeStatsItem( in OnDraw() local
491 RSNodeStats::GetInstance().AddNodeStats(nodeStats); in OnDraw()