[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/tlecomte/ClearScript/master/ClearScriptV8/HighResolutionClock.h [Back]  [Original]

// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license.

#pragma once

//-----------------------------------------------------------------------------
// HighResolutionClock
//-----------------------------------------------------------------------------

struct HighResolutionClock final: StaticBase
{
    static double GetRelativeSeconds();
    static size_t GetHardwareConcurrency();
};

Web Proxy Viewer  |  New URL  |  Original Page