Packages

o

scala.tools.nsc

ClassPathMemoryConsumptionTester

object ClassPathMemoryConsumptionTester

Simple application to check out amount of memory used by chosen classpath representation. It allows us to create many scalac-like calls based on specified parameters, where each main retains Global. And we need additional tool (e.g. profiler) to measure memory consumption itself.

Source
ClassPathMemoryConsumptionTester.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ClassPathMemoryConsumptionTester
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def main(args: Array[String]): Unit