diff options
author | Chris Craik <ccraik@google.com> | 2014-11-20 17:50:20 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-11-20 17:50:20 +0000 |
commit | 57b641a2ed87f2827399c363053436cba88bee75 (patch) | |
tree | 2b1bc4b59c57754cec6f29562decc445f2ca9a5e /libs/hwui/PathCache.cpp | |
parent | 6456513f6ff844fd15f3453a66fcc8fb439e1ef7 (diff) | |
parent | 3b2ba44be3699a4e133d7a09cb4ed182405d7ff9 (diff) | |
download | frameworks_base-57b641a2ed87f2827399c363053436cba88bee75.zip frameworks_base-57b641a2ed87f2827399c363053436cba88bee75.tar.gz frameworks_base-57b641a2ed87f2827399c363053436cba88bee75.tar.bz2 |
am 3b2ba44b: Merge "Improve logging around performance critical events" into lmp-mr1-dev
* commit '3b2ba44be3699a4e133d7a09cb4ed182405d7ff9':
Improve logging around performance critical events
Diffstat (limited to 'libs/hwui/PathCache.cpp')
-rw-r--r-- | libs/hwui/PathCache.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/PathCache.cpp b/libs/hwui/PathCache.cpp index 9ba8854..6f48e4d 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; |