blob: 4c63ed00391a3e061928a00ab0abcf5d27c454ab [file] [log] [blame]
/*
* Copyright 2016-2018 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 {
abstract fun now(): Double
}