blob: 4c63ed00391a3e061928a00ab0abcf5d27c454ab [file] [log] [blame]
Roman Elizarov4747f3a2017-12-27 13:15:11 +03001/*
Roman Elizarov1f74a2d2018-06-29 19:19:45 +03002 * Copyright 2016-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
Roman Elizarov4747f3a2017-12-27 13:15:11 +03003 */
4
5package org.w3c.performance
6
7public abstract class Performance {
8 abstract fun now(): Double
9}