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

Commit ad4a69d7 authored by Matt Buckley's avatar Matt Buckley Committed by Android (Google) Code Review
Browse files

Merge "Cap the maximum message queue size for reportActualWorkDuration" into main

parents da7f2fb8 dbfe88ed
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -164,6 +164,11 @@ void APerformanceHint_setUseNewLoadHintBehaviorForTesting(bool newBehavior);
 */
void APerformanceHint_setUseGraphicsPipelineForTesting(bool enabled);

/*
 * Set the reporting duration max batch size cap. Passing -1 removes the cap.
 */
void APerformanceHint_setReportBatchSizeCapForTesting(int cap);

__END_DECLS

#endif // ANDROID_PRIVATE_NATIVE_PERFORMANCE_HINT_PRIVATE_H