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
import scala.reflect.internal.util.StatisticsStatics

object SettingsOps {
  def areStatisticsEnabled(g: Global): Boolean =
    StatisticsStatics.areSomeColdStatsEnabled() && g.statistics.areStatisticsLocallyEnabled
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy