ExecutionTime

class ExecutionTime : Extractor<Double>

An extractor which provides informations about the running time of the simulation.

Constructors

Link copied to clipboard
fun ExecutionTime()

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun <T> extractData(environment: Environment<T, *>, reaction: Reaction<T>?, time: Time, step: Long): Map<String, Double>

Extracts properties from an environment. The returned map must either:

Properties

Link copied to clipboard
open override val columnNames: List<String>