Re: Time command implementation Logic
Eli Zaretskii <[email protected]>
| Newsgroups | gmane.comp.gnu.utils.bugs |
|---|---|
| Message-ID | <[email protected]> |
> Date: Fri, 15 Nov 2013 10:35:53 +0530 > From: sateesh solapur <[email protected]> > > I want to know the logic of the time command implemenation. > i.e How the time command will calculate the different cpu times like > System cpu time, user CPU time and real time. It uses system calls that report these values.