Home
Categories
Dictionary
Glossary
Download
Project Details
Changes Log
What Links Here
FAQ
License

Getting the elapsed time



Several methods allow to get the elapsed time since the start of the framework:
  • Time of the start of the framework in milliseconds
  • Elapsed time from the start of the framework and any time in milliseconds
  • Elapsed time from the start of the framework and any service timestamp in milliseconds

Time of the start of the framework

The time of the start of the framework in milliseconds can be returned by Module.getStartTimeStamp().

Elapsed time from the start of the framework and any time

The elapsed time from the start of the framework and any time can be returned by Module.getElapsedTime(long).

Elapsed time from the start of the framework and a service time stamp

The elapsed time from the start of the framework and a service time stamp can be returned by ServiceInstance.getElapsedTime().

Categories: concepts

Copyright 2017-2020 Dassault Aviation. All Rights Reserved. Documentation and source under the LGPL v3 licence