All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.dankito.utils.process.CpuInfo.kt Maven / Gradle / Ivy

There is a newer version: 1.0.20
Show newest version
package net.dankito.utils.process


class CpuInfo {

    companion object {

        val CountCores: Int = Runtime.getRuntime().availableProcessors()

    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy