blob: 0b85c93df0f146eea2ea61b43751954fc22c270f [file] [log] [blame]
/*
* Copyright 2016-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
*/
package org.w3c.performance
public abstract class Performance {
public abstract fun now(): Double
}