summaryrefslogtreecommitdiff
path: root/libs/hwui/PathCache.cpp
diff options
context:
space:
mode:
author Chris Craik <ccraik@google.com> 2014-11-20 17:36:24 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2014-11-20 17:36:26 +0000
commit3b2ba44be3699a4e133d7a09cb4ed182405d7ff9 (patch)
treefcded4723a443028815b3ee7e51fcd30a2fb53e7 /libs/hwui/PathCache.cpp
parentbf1960ce9c353267490d65cc1b8beacc7dd85347 (diff)
parent70850ea258cbf91477efa57a1f1a23cc0044cc93 (diff)
Merge "Improve logging around performance critical events" into lmp-mr1-dev
Diffstat (limited to 'libs/hwui/PathCache.cpp')
-rw-r--r--libs/hwui/PathCache.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/PathCache.cpp b/libs/hwui/PathCache.cpp
index 9ba885496f6f..6f48e4d43434 100644
--- a/libs/hwui/PathCache.cpp
+++ b/libs/hwui/PathCache.cpp
@@ -255,7 +255,7 @@ void PathCache::trim() {
PathTexture* PathCache::addTexture(const PathDescription& entry, const SkPath *path,
const SkPaint* paint) {
- ATRACE_CALL();
+ ATRACE_NAME("Generate Path Texture");
float left, top, offset;
uint32_t width, height;