mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
18 lines
295 B
C
18 lines
295 B
C
//
|
|
// TNSProcess.h
|
|
// TNSWidgets
|
|
//
|
|
// Created by Panayot Cankov on 15/05/2017.
|
|
// Copyright © 2017 Telerik A D. All rights reserved.
|
|
//
|
|
|
|
#ifndef TNSProcess_h
|
|
#define TNSProcess_h
|
|
|
|
/**
|
|
* Get the milliseconds since the process started.
|
|
*/
|
|
double __tns_uptime();
|
|
|
|
#endif /* TNSProcess_h */
|