From ded1d3c45be0307b175bd0cace12749e39814b84 Mon Sep 17 00:00:00 2001 From: John Reck Date: Mon, 2 May 2016 16:24:28 -0700 Subject: Remove high-overhead low-signal trace section Bug: 28519669 This trace tag makes shadows look way more expensive than they actually are, particularly troublesome when tracing things with large number of shadows. Change-Id: Ib6558b1388edd4b006ec15127470cb9ab563f954 --- libs/hwui/thread/Task.h | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/hwui/thread/Task.h b/libs/hwui/thread/Task.h index 30b6ff2c3d83..7fcf5931c4b4 100644 --- a/libs/hwui/thread/Task.h +++ b/libs/hwui/thread/Task.h @@ -38,7 +38,6 @@ public: virtual ~Task() { } T getResult() const { - ScopedTrace tracer(ATRACE_TAG_VIEW, "waitForTask"); return mFuture->get(); } -- cgit v1.2.3-59-g8ed1b