Method
NumCosmoMathTimerelapsed_dhms
Declaration [src]
void
ncm_timer_elapsed_dhms (
NcmTimer* nt,
guint* elap_day,
guint* elap_hour,
guint* elap_min,
gdouble* elap_sec
)
Description [src]
The this function returns the same information as above, but now the format is in days, hours, minutes and seconds.
Those information are passed by the variables elap_day, elap_hour, elap_min and elap_sec, respectively.
Parameters
elap_day-
Type:
guint*Elapsed days.
The argument will be set by the function. elap_hour-
Type:
guint*Elapsed hours.
The argument will be set by the function. elap_min-
Type:
guint*Elapsed minutes.
The argument will be set by the function. elap_sec-
Type:
gdouble*Elapsed seconds.
The argument will be set by the function.