// // 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 */