sudhamstarun / Time-Keeper-System-Utility-Program

Time Keeper is a System Utility program which allows end-users to obtain the execution statistics of a program or sequence of programs connected by pipes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Time-Keeper-System-Utility-Program

Time Keeper is a System Utility program which allows end-users to obtain the execution statistics of a program or sequence of programs connected by pipes.

For example, to obtain the execution statistics of the program firefox, you enter the following command under the command prompt:

./timekeeper firefox

After the firefox program terminated, timekeeper will display the firefox process's running statistics:

The command "firefox" terminated with returned status code = 0
real: 37.21s, user: 4.13s, system: 0.44s, context switch: 20292

About

Time Keeper is a System Utility program which allows end-users to obtain the execution statistics of a program or sequence of programs connected by pipes.

License:MIT License


Languages

Language:C 100.0%