Skip to content

Commit c07a054

Browse files
Shuangxi XiangSally Qi
authored andcommitted
Complete the trace information LLM to LayerLifecycleManager
When analyzing the trace of performance issues, the LLM-related information in the LLM:commitChanges time consumption is unclear to newcomers or non-professionals. It is recommended to complete LLM with LayerLifecycleManager, which can make it clear to the person analyzing the trace and reduce the time loss of searching in the source code. Signed-off-by: Shuangxi Xiang <xiangshuangxi@xiaomi.corp-partner.google.com> Test: builds Bug: n/a Flag: EXEMPT trace name fix Change-Id: I5ed05d0f5aa4c5e98fbd9b5275f3db39ccb76fed Merged-In: I5ed05d0f5aa4c5e98fbd9b5275f3db39ccb76fed (cherry picked from commit daa1cab)
1 parent 8c297a8 commit c07a054

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

services/surfaceflinger/SurfaceFlinger.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2524,7 +2524,7 @@ bool SurfaceFlinger::updateLayerSnapshots(VsyncId vsyncId, nsecs_t frameTimeNs,
25242524
}
25252525

25262526
{
2527-
SFTRACE_NAME("LLM:commitChanges");
2527+
SFTRACE_NAME("LayerLifecycleManager:commitChanges");
25282528
mLayerLifecycleManager.commitChanges();
25292529
}
25302530

0 commit comments

Comments
 (0)