Flutter Engine
The Flutter Engine
third_party
skia
src
base
SkTime.h
Go to the documentation of this file.
1
/*
2
* Copyright 2023 Google LLC
3
*
4
* Use of this source code is governed by a BSD-style license that can be
5
* found in the LICENSE file.
6
*/
7
#ifndef SkTime_DEFINED
8
#define SkTime_DEFINED
9
10
/** \namespace SkTime
11
Platform-implemented utilities to return a monotonic counter.
12
*/
13
namespace
SkTime
{
14
15
double
GetNSecs
();
16
inline
double
GetSecs
() {
return
GetNSecs
() * 1
e
-9; }
17
inline
double
GetMSecs
() {
return
GetNSecs
() * 1
e
-6; }
18
19
}
// namespace SkTime
20
21
#endif
SkTime
SkTime::GetSecs
double GetSecs()
Definition:
SkTime.h:16
SkTime::GetMSecs
double GetMSecs()
Definition:
SkTime.h:17
SkTime::GetNSecs
double GetNSecs()
Definition:
SkTime.cpp:17
protoc_wrapper.e
e
Definition:
protoc_wrapper.py:226
Generated on Sun Jun 23 2024 21:56:09 for Flutter Engine by
1.9.4