Cari di Perl 
    Perl User Manual
Daftar Isi
(Sebelumnya) Return number of seconds since 1970Get/set subroutine or variable ... (Berikutnya)
Time-related functions

Return elapsed time for self and child processes

Daftar Isi

  • times

    Returns a four-element list giving the user and system times inseconds for this process and any exited children of this process.

    1. ($user,$system,$cuser,$csystem) = times;

    In scalar context, times returns $user.

    Children's times are only included for terminated children.

    Portability issues: times in perlport.

 
Source : perldoc.perl.org - Official documentation for the Perl programming language
Site maintained by Jon Allen (JJ)     See the project page for more details
Documentation maintained by the Perl 5 Porters
(Sebelumnya) Return number of seconds since 1970Get/set subroutine or variable ... (Berikutnya)