apjanke / octave-testify

New BIST (Built-In Self Test) functions for GNU Octave
GNU General Public License v3.0
4 stars 2 forks source link

Elapsed time output as "HH:MM:SS" #67

Closed apjanke closed 5 years ago

apjanke commented 5 years ago

Change the display of elapsed time from "N seconds" to "HH:MM:SS".

Probably best done by making a minimal internal duration class.