Packages

object DiagramStats

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

Type Members

  1. class TimeTracker extends AnyRef

Value Members

  1. def addBrokenImage(): Unit
  2. def addDotGenerationTime(ms: Long): Unit
  3. def addDotRunningTime(ms: Long): Unit
  4. def addFilterTime(ms: Long): Unit
  5. def addFixedImage(): Unit
  6. def addModelTime(ms: Long): Unit
  7. def addSvgTime(ms: Long): Unit
  8. def printStats(settings: Settings): Unit