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

Commit a947458f authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Change CLOCK_MONOTONIC to CLOCK_MONOTONIC_RAW for GpuWorkPeriodEvent...

Merge "Change CLOCK_MONOTONIC to CLOCK_MONOTONIC_RAW for GpuWorkPeriodEvent comments." into tm-dev am: 97c6f779

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/native/+/18455195



Change-Id: Ife7748dc3d1f2d5abe89bcb3930d33e12498379c
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents f33abc0f 97c6f779
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -153,11 +153,11 @@ typedef struct {
    uint32_t uid;

    // The start time of the period in nanoseconds. The clock must be
    // CLOCK_MONOTONIC, as returned by the ktime_get_ns(void) function.
    // CLOCK_MONOTONIC_RAW, as returned by the ktime_get_raw_ns(void) function.
    uint64_t start_time_ns;

    // The end time of the period in nanoseconds. The clock must be
    // CLOCK_MONOTONIC, as returned by the ktime_get_ns(void) function.
    // CLOCK_MONOTONIC_RAW, as returned by the ktime_get_raw_ns(void) function.
    uint64_t end_time_ns;

    // The amount of time the GPU was running GPU work for |uid| during the