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

Commit 29b26409 authored by Victor Hsieh's avatar Victor Hsieh
Browse files

Rename VMCompilationPerformance to SCHED_SP_COMPUTE

There isn't any reason to keep the VMCompilationPerformance special, so
rename to a more generic, reusable name.

One day we may support whatever-purpose VMs using other generic
profiles.

Bug: 231437770
Test: TH
Change-Id: Id7e78ba4d6ea0dc415ed0bc1f4bdf051f7e7fe05
parent 3a728ac7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -647,7 +647,7 @@
      "Profiles": [ "ServicePerformance", "LowIoPriority", "TimerSlackNormal" ]
    },
    {
      "Name": "VMCompilationPerformance",
      "Name": "SCHED_SP_COMPUTE",
      "Profiles": [ "HighPerformance", "ProcessCapacityHigh", "LowIoPriority", "TimerSlackNormal" ]
    },
    {