times.3 (97e1bac18964fab4898772668968d319f434db34) | times.3 (5d25d756620c653fb1f6c539a26f28c658ba3890) |
---|---|
1.\" Copyright (c) 1990, 1991, 1993 2.\" The Regents of the University of California. All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. --- 35 unchanged lines hidden (view full) --- 44.Fd #include <sys/times.h> 45.Ft clock_t 46.Fn times "struct tms *tp" 47.Sh DESCRIPTION 48.Bf -symbolic 49This interface is obsoleted by 50.Xr getrusage 2 51and | 1.\" Copyright (c) 1990, 1991, 1993 2.\" The Regents of the University of California. All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. --- 35 unchanged lines hidden (view full) --- 44.Fd #include <sys/times.h> 45.Ft clock_t 46.Fn times "struct tms *tp" 47.Sh DESCRIPTION 48.Bf -symbolic 49This interface is obsoleted by 50.Xr getrusage 2 51and |
52.Xr gettimeofday 3 . | 52.Xr gettimeofday 2 . |
53.Ef 54.Pp 55The 56.Fn times 57function returns the value of time in 58.Dv CLK_TCK Ns 's 59of a second since 600 hours, 0 minutes, 0 seconds, January 1, 1970, Coordinated Universal --- 84 unchanged lines hidden --- | 53.Ef 54.Pp 55The 56.Fn times 57function returns the value of time in 58.Dv CLK_TCK Ns 's 59of a second since 600 hours, 0 minutes, 0 seconds, January 1, 1970, Coordinated Universal --- 84 unchanged lines hidden --- |