Object Oriented Fortran 2003 Timer Class.
This TimerClass is developed to serve as an example of Object Oriented programming in Fortran 2003. It is part of a series of modern Fortran tutorials published on my webpage :
- Tutorial OOP(III): Constructors and Destructors
- Tutorial OOP(IV) : Operator and Assignment Overloading
- Tutorial OOP(VI) : Doxygen Documentation of Classes
- Tutorial OOP(V) : Privacy in Classes
This TimerClass is, however, not solely developed for the purpose of these tutorials. It also is intended as an upgrade of my former timer and timing functions of my HIVE-toolbox.
Automatic documentation was generated using doxygen. A pdf version as well as the zipped html website versions of the documentation are present in the documentation folder .
The Fortran 2003 source can be found in the folder src
Danny E.P. Vanpoucke