diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2018-12-20 11:31:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-20 11:31:16 +0100 |
commit | a8faa5504279f867adb6f50f768d3cf00594dc4f (patch) | |
tree | f4751774263c4b2dc184044436539274ce3504a1 /core/bind/core_bind.h | |
parent | b3f6e54cc61086fc3a3d2af170a86ea6a6eebf73 (diff) | |
parent | 84d060c768c10145374d48ebd2b3f00430c73638 (diff) |
Merge pull request #24485 from volzhs/system-time-ms
Added OS.get_system_time_msecs()
Diffstat (limited to 'core/bind/core_bind.h')
-rw-r--r-- | core/bind/core_bind.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/bind/core_bind.h b/core/bind/core_bind.h index 4cdf09d522..39704286b6 100644 --- a/core/bind/core_bind.h +++ b/core/bind/core_bind.h @@ -281,6 +281,7 @@ public: Dictionary get_time_zone_info() const; uint64_t get_unix_time() const; uint64_t get_system_time_secs() const; + uint64_t get_system_time_msecs() const; int get_static_memory_usage() const; int get_static_memory_peak_usage() const; |