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

Commit 9000870a authored by Jean-Luc Brouillet's avatar Jean-Luc Brouillet Committed by android-build-merger
Browse files

Corrected performanceInfo documentation am: 90379def

am: 9ae0569f

Change-Id: I3d68314e9dc916447781419c8079d0b97556e417
parents 0b63b4ad 9ae0569f
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -1015,12 +1015,16 @@ enum DeviceStatus : int32_t {
 */
struct PerformanceInfo {
    /**
     * Execution time in nanoseconds.
     * Ratio of the time taken by the driver to execute the
     * workload compared to the time the CPU would take for the
     * same workload. A lower number is better.
     */
    float execTime;

    /**
     * Power usage in picoJoules.
     * Ratio of the energy used by the driver compared to what
     * the CPU would use for doing the same workload. A lower number
     * is better.
     */
    float powerUsage;
};