FPUTIM(3) — Kubota Pacfic Computer Inc.
NAME
fputim − elapsed floating point processor time
SYNOPSIS
double fputim(oldtime)
double oldtime;
DESCRIPTION
fputim returns the elasped floating point processor time used by the current process minus the value of its argument oldtime. The time is expressed in seconds and is accurate to 16MHz.
If the argument to fputim is zero, the value returned is the time used by this process. If the argument is non-zero, the function can be used as a split timer.
September 02, 1992