commit | d9b9a040b1ed2ad3871e046c36e176ebc61f1cbc | [log] [tgz] |
---|---|---|
author | Ady Abraham <adyabr@google.com> | Fri Jan 13 11:30:58 2023 -0800 |
committer | Ady Abraham <adyabr@google.com> | Wed Jan 18 02:23:43 2023 +0000 |
tree | fcfc40a411182d28ebc649666ed2e21a3b4a0333 | |
parent | 15dd0a940f15b41c100506f878bf92970b80b043 [diff] [blame] |
SF: cleanup VSP traces Turn off some unuseful traces, and add a trace when the period changes. Test: manual Bug: 262863132 Change-Id: I4833de28d6f95d98e675f7bb0a99d7f56eadc8b6
diff --git a/services/surfaceflinger/Scheduler/VSyncPredictor.h b/services/surfaceflinger/Scheduler/VSyncPredictor.h index 4a3ba67..305cdb0 100644 --- a/services/surfaceflinger/Scheduler/VSyncPredictor.h +++ b/services/surfaceflinger/Scheduler/VSyncPredictor.h
@@ -77,6 +77,7 @@ void clearTimestamps() REQUIRES(mMutex); inline void traceInt64If(const char* name, int64_t value) const; + inline void traceInt64(const char* name, int64_t value) const; bool const mTraceOn; size_t const kHistorySize;