summaryrefslogtreecommitdiffstats
path: root/core/bind/core_bind.h
diff options
context:
space:
mode:
authorvolzhs <volzhs@gmail.com>2018-12-20 06:18:52 +0900
committervolzhs <volzhs@gmail.com>2018-12-20 18:50:50 +0900
commit84d060c768c10145374d48ebd2b3f00430c73638 (patch)
tree75db8f881850f4c17b07a992e9c2e79442fbecfe /core/bind/core_bind.h
parent26058376aa180f70e152070b3b69272287a710a8 (diff)
downloadredot-engine-84d060c768c10145374d48ebd2b3f00430c73638.tar.gz
Added OS.get_system_time_msecs()
Diffstat (limited to 'core/bind/core_bind.h')
-rw-r--r--core/bind/core_bind.h1
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;