| [ Web Proxy ] |
| Viewing: https://raw.githubusercontent.com/PascalMing/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 |