*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->IRIX man pages -> f90/secondr (3)              
Title
Content
Arch
Section
 

Contents


SECONDR(3F)					      Last changed: 2-24-98

NAME    [Toc]    [Back]

     SECONDR - Returns elapsed wall-clock time in seconds

SYNOPSIS    [Toc]    [Back]

     All systems:

     REAL (KIND=8) SECONDR
     time=SECONDR( )

     UNICOS systems:

     CALL SECONDR(time)

IMPLEMENTATION    [Toc]    [Back]

     UNICOS, UNICOS/mk,	and IRIX systems

DESCRIPTION    [Toc]    [Back]

     On	IRIX systems, this routine is in libffio.so which is linked by
     default when compiling programs with the MIPSpro 7	Fortran	90 compiler
     or	when compiling programs	with the -craylibs option to the MIPSpro
     7.2 F77 compiler.

     SECONDR can be called several times during	the execution of a program
     to	determine the amount of	elapsed	wall-clock time.

     time is the real-time clock values	in floating-point seconds.  If the
     value of the real-time clock exceeds 48 bits, some	accuracy may be
     lost during the conversion	to float.  The argument	must be	of type
     real with KIND=8.

     On	UNICOS/mk systems, the real-time clocks	on processing elements are
     not synchronized with each	other.	Therefore, a SECONDR() value should
     not be compared to	a previous SECONDR() taken on a	different
     processing	element.

EXAMPLES    [Toc]    [Back]

     This example calculates the elapsed wall-clock time from the first
     call to SECONDR until the second call to SECONDR.

	  BEFORE = SECONDR( )
	  CALL DOWORK (	)
	  AFTER	= SECONDR( )
	  WALTIM = AFTER - BEFORE

SEE ALSO    [Toc]    [Back]

      
      
     RTC(3I), SECOND(3F), TIMEF(3F), TSECND(3F)

     Application Programmer's Library Reference	Manual,	publication
     SR-2165, for the printed version of this man page.
SECONDR(3F)					      Last changed: 2-24-98

NAME    [Toc]    [Back]

     SECONDR - Returns elapsed wall-clock time in seconds

SYNOPSIS    [Toc]    [Back]

     All systems:

     REAL (KIND=8) SECONDR
     time=SECONDR( )

     UNICOS systems:

     CALL SECONDR(time)

IMPLEMENTATION    [Toc]    [Back]

     UNICOS, UNICOS/mk,	and IRIX systems

DESCRIPTION    [Toc]    [Back]

     On	IRIX systems, this routine is in libffio.so which is linked by
     default when compiling programs with the MIPSpro 7	Fortran	90 compiler
     or	when compiling programs	with the -craylibs option to the MIPSpro
     7.2 F77 compiler.

     SECONDR can be called several times during	the execution of a program
     to	determine the amount of	elapsed	wall-clock time.

     time is the real-time clock values	in floating-point seconds.  If the
     value of the real-time clock exceeds 48 bits, some	accuracy may be
     lost during the conversion	to float.  The argument	must be	of type
     real with KIND=8.

     On	UNICOS/mk systems, the real-time clocks	on processing elements are
     not synchronized with each	other.	Therefore, a SECONDR() value should
     not be compared to	a previous SECONDR() taken on a	different
     processing	element.

EXAMPLES    [Toc]    [Back]

     This example calculates the elapsed wall-clock time from the first
     call to SECONDR until the second call to SECONDR.

	  BEFORE = SECONDR( )
	  CALL DOWORK (	)
	  AFTER	= SECONDR( )
	  WALTIM = AFTER - BEFORE

SEE ALSO    [Toc]    [Back]

      
      
     RTC(3I), SECOND(3F), TIMEF(3F), TSECND(3F)

     Application Programmer's Library Reference	Manual,	publication
     SR-2165, for the printed version of this man page.
[ Back ]
 Similar pages
Name OS Title
timef IRIX Returns elapsed wall-clock time in milliseconds since the previous call to TIMEF
date_and_time IRIX Returns data on the real-time clock and date
system_clock IRIX Returns integer data from a real-time clock
sysclock IRIX Returns real-time clock value and number of wraps
microuptime FreeBSD get the time elapsed since boot
getmicrouptime FreeBSD get the time elapsed since boot
nanouptime FreeBSD get the time elapsed since boot
getnanouptime FreeBSD get the time elapsed since boot
time Linux get time in seconds
adjkerntz FreeBSD adjust local time CMOS clock to reflect time zone changes and keep current timezone offset for the k...
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service