ComplexityImpl

class ComplexityImpl : Complexity

Complexity implementation.

Constructors

Link copied to clipboard
open fun ComplexityImpl(ram: Double, cpu: Double)

Functions

Link copied to clipboard
open fun getCpuUsage(): Double
Link copied to clipboard
open fun getRamUsage(): Double