Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ded1d3c4 authored by John Reck's avatar John Reck
Browse files

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
parent 4a992cbd
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -38,7 +38,6 @@ public:
    virtual ~Task() { }

    T getResult() const {
        ScopedTrace tracer(ATRACE_TAG_VIEW, "waitForTask");
        return mFuture->get();
    }