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

ch.epfl.scala.profilers.tools.SettingsOps.scala Maven / Gradle / Ivy

package ch.epfl.scala.profilers.tools

import scala.tools.nsc.Global

object SettingsOps {
  def areStatisticsEnabled(g: Global): Boolean =
    g.settings.areStatisticsEnabled
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy