LeviLamina
Loading...
Searching...
No Matches
launch_time_clock.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // static functions
8 // NOLINTBEGIN
9#ifdef LL_PLAT_C
10 MCNAPI static ::std::chrono::duration<double, ::std::ratio<1, 1>> getSecondsSinceLaunch_DEPRECATED();
11#endif
12
13 MCNAPI static ::std::chrono::nanoseconds time_since_launch();
14 // NOLINTEND
15};
Definition launch_time_clock.h:5
static MCAPI ::std::chrono::nanoseconds time_since_launch()