Home
last modified time | relevance | path

Searched refs:RS_TRACE_NAME (Results 1 – 25 of 54) sorted by relevance

123

/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/animation/window_animation_manager/
H A Drs_window_animation_controller.cpp57 RS_TRACE_NAME("RSWindowAnimationController::OnStartApp"); in OnStartApp()
84 RS_TRACE_NAME("RSWindowAnimationController::OnAppTransition"); in OnAppTransition()
111 RS_TRACE_NAME("RSWindowAnimationController::OnAppBackTransition"); in OnAppBackTransition()
134 RS_TRACE_NAME("RSWindowAnimationController::OnMinimizeWindow"); in OnMinimizeWindow()
177 RS_TRACE_NAME("RSWindowAnimationController::OnCloseWindow"); in OnCloseWindow()
202 RS_TRACE_NAME("RSWindowAnimationController::OnScreenUnlock"); in OnScreenUnlock()
232 RS_TRACE_NAME("RSWindowAnimationController::OnWindowAnimationTargetsUpdate"); in OnWindowAnimationTargetsUpdate()
257 RS_TRACE_NAME("RSWindowAnimationController::OnWallpaperUpdate"); in OnWallpaperUpdate()
/ohos5.0/foundation/graphic/graphic_2d/utils/log/
H A Drs_trace.h25 #define RS_TRACE_NAME(name) HITRACE_METER_NAME(HITRACE_TAG_GRAPHIC_AGP | HITRACE_TAG_COMMERCIAL, na… macro
31 #define RS_TRACE_FUNC() RS_TRACE_NAME(__func__)
45 #define RS_TRACE_NAME(name) macro
H A Drs_trace_crossplatform.h23 #define RS_TRACE_NAME(name) OHOS::Rosen::ScopedTrace ___tracer(name) macro
28 #define RS_TRACE_FUNC() RS_TRACE_NAME(__FUNCTION__)
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_jank_stats.cpp189 RS_TRACE_NAME("RSJankStats::SetRSJankStats skip jank frame statistics"); in SetRSJankStats()
252 RS_TRACE_NAME("RSJankStats::UpdateJankFrame skip jank animator frame"); in UpdateJankFrame()
338 RS_TRACE_NAME("RSJankStats::ReportJankStats in RSBackgroundThread"); in ReportJankStats()
452 RS_TRACE_NAME("RSJankStats::SetImplicitAnimationEnd"); in SetImplicitAnimationEnd()
474 RS_TRACE_NAME("RSJankStats::ReportEventResponse in RSBackgroundThread"); in ReportEventResponse()
499 RS_TRACE_NAME("RSJankStats::ReportEventComplete in RSBackgroundThread"); in ReportEventComplete()
539 RS_TRACE_NAME("RSJankStats::ReportEventJankFrame in RSBackgroundThread"); in ReportEventJankFrameWithoutDelay()
574 RS_TRACE_NAME("RSJankStats::ReportEventJankFrame in RSBackgroundThread"); in ReportEventJankFrameWithDelay()
643 RS_TRACE_NAME("RSJankStats::ReportEventHitchTimeRatio in RSBackgroundThread"); in ReportEventHitchTimeRatioWithoutDelay()
695 RS_TRACE_NAME("RSJankStats::ReportEventFirstFrame in RSBackgroundThread"); in ReportEventFirstFrameByPid()
[all …]
H A Drs_ashmem_helper.cpp223 RS_TRACE_NAME("CreateAshmemParcel data size:" + std::to_string(dataSize)); in CreateAshmemParcel()
262 RS_TRACE_NAME("ParseFromAshmemParcel data size:" + std::to_string(dataSize)); in ParseFromAshmemParcel()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/
H A Drs_background_thread.cpp109 RS_TRACE_NAME("CreateShareGrContext"); in CreateShareGPUContext()
147 RS_TRACE_NAME("ResetGPUContext release resource"); in CleanGrResource()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/transaction/
H A Drs_transaction.cpp39 RS_TRACE_NAME("OpenSyncTransaction"); in OpenSyncTransaction()
72 RS_TRACE_NAME("BeginSyncTransaction"); in Begin()
H A Drs_application_agent_impl.cpp67 RS_TRACE_NAME("RSApplicationAgentImpl::OnTransaction"); in OnTransaction()
/ohos5.0/docs/zh-cn/application-dev/performance/
H A Dcommon-trace-using-instructions.md322 #define RS_TRACE_NAME(name) HITRACE_METER_NAME(HITRACE_TAG_GRAPHIC_AGP, name)
327 #define RS_TRACE_FUNC() RS_TRACE_NAME(__func__)
330 以下代码在显示器画面绘制方法。在方法开头调用宏定义RS_TRACE_NAME,将函数名ProcessDisplayRenderNode与对应的显示器id组合后,作为Trace名称记录下来,同时由于其…
337 RS_TRACE_NAME("RSSurfaceCaptureVisitor::ProcessDisplayRenderNode:" +
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_single_frame_composer.cpp51RS_TRACE_NAME("Add SingleFrame DrawCmdModifier ID " + std::to_string((*iter)->GetDrawCmdListId())); in SingleFrameModifierAdd()
110 RS_TRACE_NAME("Add modifier DrawCmdListId " + std::to_string(modifier->GetDrawCmdListId())); in SingleFrameAddModifier()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/render_context/
H A Dshader_cache.cpp88 RS_TRACE_NAME("Load shader"); in Load()
170 RS_TRACE_NAME("Store shader"); in Store()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_dma_buffer_surface_render_node_drawable.cpp106 RS_TRACE_NAME("RSSurfaceRenderNodeDrawable:RequestFrame"); in RequestFrame()
148 RS_TRACE_NAME("DrawUIFirstCacheWithDma"); in DrawUIFirstCacheWithDma()
H A Drs_display_render_node_drawable.cpp277 RS_TRACE_NAME("RSDisplayRenderNodeDrawable:RequestFrame"); in RequestFrame()
323 RS_TRACE_NAME("RSDisplayDrawable: clipPath"); in ClipRegion()
381 RS_TRACE_NAME("DisplayNode skip"); in CheckDisplayNodeSkip()
390 RS_TRACE_NAME("DisplayNodeSkip skip commit"); in CheckDisplayNodeSkip()
1069 RS_TRACE_NAME("DrawMirrorCopy with cacheImage"); in DrawMirrorCopy()
1072 RS_TRACE_NAME("DrawMirrorCopy with displaySurface"); in DrawMirrorCopy()
1151 RS_TRACE_NAME("DrawWiredMirrorCopy with cacheImage"); in DrawWiredMirrorCopy()
1154 RS_TRACE_NAME("DrawWiredMirrorCopy with displaySurface"); in DrawWiredMirrorCopy()
1343 RS_TRACE_NAME("Process RSDisplayRenderNodeDrawable[" + in OnCapture()
1644 RS_TRACE_NAME("ClearTransparentBeforeSaveLayer"); in ClearTransparentBeforeSaveLayer()
H A Drs_ui_first_surface_render_node_drawable.cpp103 RS_TRACE_NAME("ClearCacheSurfaceOnly"); in ClearCacheSurfaceOnly()
369 RS_TRACE_NAME("RSRenderNodeDrawable::UpdateBackendTexture()"); in UpdateBackendTexture()
379 RS_TRACE_NAME("RSRenderNodeDrawable::UpdateCompletedCacheSurface()"); in UpdateCompletedCacheSurface()
H A Drs_surface_render_node_drawable.cpp88 RS_TRACE_NAME("RSRenderNodeDrawable::Ptr RSSurfaceRenderNodeDrawable::OnGenerate"); in OnGenerate()
457 RS_TRACE_NAME("Drawing cachedImage by capture"); in OnDraw()
604 RS_TRACE_NAME("RSSurfaceRenderNodeDrawable::OnCapture occlusion skip :[" + name_ + "] " + in OnCapture()
609 RS_TRACE_NAME("RSSurfaceRenderNodeDrawable::OnCapture:[" + name_ + "] " + in OnCapture()
687 RS_TRACE_NAME("CaptureSurface with security or skip layer"); in CaptureSurface()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_modifier_manager.cpp40 RS_TRACE_NAME("RSModifierManager Draw num:[" + std::to_string(modifiers_.size()) + "]"); in Draw()
42 RS_TRACE_NAME("RSModifier::Draw"); in Draw()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/round_corner_display/
H A Drs_round_corner_display.cpp131 RS_TRACE_NAME("RoundCornerDisplay::GetTopSurfaceSource"); in GetTopSurfaceSource()
163 RS_TRACE_NAME("RoundCornerDisplay::GetBottomSurfaceSource"); in GetBottomSurfaceSource()
182 RS_TRACE_NAME("RoundCornerDisplay::LoadImgsbyResolution"); in LoadImgsbyResolution()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_hardware_thread.cpp277 RS_TRACE_NAME("CommitAndReleaseLayers in Force Refresh"); in IsDelayRequired()
287 RS_TRACE_NAME("CommitAndReleaseLayers in Game Scene"); in IsDelayRequired()
467 RS_TRACE_NAME("RSHardwareThread::ClearFrameBuffers"); in ClearFrameBuffers()
501 RS_TRACE_NAME("RSHardwareThread::RedrawScreenRCD"); in RedrawScreenRCD()
528 RS_TRACE_NAME("RSHardwareThread::Redraw"); in Redraw()
H A Drs_render_service_visitor.cpp141 RS_TRACE_NAME("ProcessDisplayRenderNode[" + std::to_string(node.GetScreenId()) + "]"); in ProcessDisplayRenderNode()
148 RS_TRACE_NAME("SkipFrame, screenId:" + std::to_string(node.GetScreenId())); in ProcessDisplayRenderNode()
H A Drs_physical_screen_processor.cpp83 RS_TRACE_NAME("Redraw"); in Redraw()
H A Drs_virtual_screen_processor.cpp105 RS_TRACE_NAME(traceInfo); in ProcessSurface()
H A Drs_main_thread.cpp925 RS_TRACE_NAME("cacheCmd pid: " + std::to_string(pid)); in CacheCommands()
981 RS_TRACE_NAME("node:[ " + node->GetName() + "]"); in CheckParallelSubThreadNodesStatus()
1318 RS_TRACE_NAME("RSMainThread::ProcessAllSyncTransactionData"); in ProcessAllSyncTransactionData()
1769 RS_TRACE_NAME("RSMainThread::WaitUtilUniRenderFinished"); in WaitUtilUniRenderFinished()
2039 RS_TRACE_NAME("DoDirectComposition"); in DoDirectComposition()
2092 RS_TRACE_NAME("DoDirectComposition PostProcess"); in DoDirectComposition()
2154 RS_TRACE_NAME("dump rstree"); in Render()
2873 RS_TRACE_NAME("Animation running empty"); in Animate()
2885 RS_TRACE_NAME("rs_RequestNextVSync"); in Animate()
2969 RS_TRACE_NAME("ProcessBySingleFrameComposer"); in RecvAndProcessRSTransactionDataImmediately()
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/
H A Drs_render_thread.cpp282 RS_TRACE_NAME("Init Context"); in CreateAndInitRenderContextIfNeed()
298 RS_TRACE_NAME("InitializeEglContext"); in CreateAndInitRenderContextIfNeed()
502 RS_TRACE_NAME("Animation running empty"); in Animate()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/parallel_render/
H A Drs_sub_thread.cpp161 RS_TRACE_NAME("RSSubThread::RenderCache"); in RenderCache()
305 RS_TRACE_NAME("CreateShareGrContext"); in CreateShareGrContext()
392 RS_TRACE_NAME("DrawableCacheWithDma"); in DrawableCacheWithDma()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/
H A Drs_surface_ohos_vulkan.cpp279 RS_TRACE_NAME("Flush"); in FlushFrame()
284 RS_TRACE_NAME("Submit"); in FlushFrame()

123