diff options
author | Maximillian <maximillian.pol@gmail.com> | 2015-08-06 10:29:33 -0700 |
---|---|---|
committer | Maximillian <maximillian.pol@gmail.com> | 2015-08-06 10:29:33 -0700 |
commit | 6f9a084ac8a820450632f17384161c6a24da86d3 (patch) | |
tree | d4dbca6eb52f61d486dec7398db2a97945c5a8d4 /core/bind/core_bind.h | |
parent | 9d185ccc30ad5fe7eb716390ca2e7f5c06574ce0 (diff) |
Add OS.get_system_time_msec
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 6b916a395e..ed3db29259 100644 --- a/core/bind/core_bind.h +++ b/core/bind/core_bind.h @@ -208,6 +208,7 @@ public: Dictionary get_time(bool utc) const; Dictionary get_time_zone_info() const; uint64_t get_unix_time() const; + uint64_t get_system_time_msec() const; int get_static_memory_usage() const; int get_static_memory_peak_usage() const; |