Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Community » Newbie corner » [SOLVED] Showing elapsed time
Re: Showing elapsed time [message #47590 is a reply to message #47588] Thu, 02 February 2017 18:37 Go to previous messageGo to previous message
deep is currently offline  deep
Messages: 263
Registered: July 2011
Location: Bangalore
Experienced Member
Use GetSysTime() function.

Time start, end;

start = GetSysTime(); // at start
end = GetSysTime(); // When stop button pressed.

(end - start) will be int64 elapsed time.

if you want to show continuous elapsed time from start.
use SetTimeCallback at desired interval to show elpsed time.
Callback function to calculate elapsed time.


Warm Regards

Deepak

[Updated on: Thu, 02 February 2017 18:43]

Report message to a moderator

 
Read Message
Read Message
Read Message
Previous Topic: [SOLVED] Converting from 'Upp::Value' to 'char'
Next Topic: Connect with an external static library
Goto Forum:
  


Current Time: Fri May 10 13:48:18 CEST 2024

Total time taken to generate the page: 0.02409 seconds