Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(linux_cpu), | intent(inout) | :: | this | |||
character(len=*), | intent(out), | optional | :: | energy_performance_preference |
elemental impure subroutine get_cpu_energy_performance_preference(this, energy_performance_preference)
class(linux_cpu), intent(inout) :: this
character(len=*), intent(out), optional :: energy_performance_preference
if (present(energy_performance_preference)) energy_performance_preference = this%energy_performance_preference
if (this%debug=='on') print'(a,a)', 'energy perf preference: ' ,this%energy_performance_preference
end subroutine get_cpu_energy_performance_preference