Extracted from Pike v7.6 release 61 at 2005-12-30.
pike.ida.liu.se
[Top]
System

Method System.getitimer()


Method getitimer

array(float) System.getitimer(int timer)

Description

Shows the state of the selected timer .

Returns
Array
float 0

The interval of the timer.

float 1

The value of the timer.


Parameter timer

One of ITIMER_REAL , ITIMER_VIRTUAL and ITIMER_PROF .