Go to main content
Oracle Developer Studio 12.5 Man Pages

Exit Print View

Updated: June 2017
 
 

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();

Description

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)