second - return the user time for a process in seconds
REAL FUNCTION SECOND() REAL FUNCTION SECOND_64() F95 INTERFACE REAL FUNCTION SECOND() REAL FUNCTION SECOND_64() C INTERFACE #include <sunperf.h> float second(); float second_64();
Oracle Solaris Studio Performance Library second(3P)
NAME
second - return the user time for a process in seconds
SYNOPSIS
REAL FUNCTION SECOND()
REAL FUNCTION SECOND_64()
F95 INTERFACE
REAL FUNCTION SECOND()
REAL FUNCTION SECOND_64()
C INTERFACE
#include <sunperf.h>
float second();
float second_64();
PURPOSE
second returns the user time for a process in seconds. This version
gets the time from the system function ETIME.
7 Nov 2015 second(3P)