diff options
| author | 2017-09-22 00:29:10 +0000 | |
|---|---|---|
| committer | 2017-09-22 00:29:10 +0000 | |
| commit | 8754785d7239d9919a1fe76e33ceb9151540e9f3 (patch) | |
| tree | 24769c8e4942315c95f3b0abf2c1601d24333e88 | |
| parent | 57f55838a8ae5a5ba96b9ad50c9b9c9b08ac5b67 (diff) | |
| parent | fc2589e27981836d36b97ff19e85c84d8f50f915 (diff) | |
Merge "Single ATRACE_CALL per function"
| -rw-r--r-- | services/surfaceflinger/SurfaceFlinger.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/surfaceflinger/SurfaceFlinger.cpp b/services/surfaceflinger/SurfaceFlinger.cpp index e21379cd70..4dcb971a06 100644 --- a/services/surfaceflinger/SurfaceFlinger.cpp +++ b/services/surfaceflinger/SurfaceFlinger.cpp @@ -1739,7 +1739,7 @@ void SurfaceFlinger::rebuildLayerStacks() { // rebuild the visible layer list per screen if (CC_UNLIKELY(mVisibleRegionsDirty)) { - ATRACE_CALL(); + ATRACE_NAME("rebuildLayerStacks VR Dirty"); mVisibleRegionsDirty = false; invalidateHwcGeometry(); |