aboutsummaryrefslogtreecommitdiffstats
path: root/js/js-stub/src/Performance.kt
blob: eefb1d749b2f2cf00e3f3d3501124eec74e025ce (plain)
1
2
3
4
5
6
7
8
9
/*
 * 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
}