blob: eefb1d749b2f2cf00e3f3d3501124eec74e025ce [file] [log] [blame]
/*
* Copyright 2016-2021 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
}