Skip to content

AleksandarDamnjanovic/Process-Timer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Process Timer

Process timer is simple app that helps you measure time from process start to its end. Just start your app as the first argument of timer like timer "firefox www.google.com"; when you close your firefox window, timer is going to inform you for how long your instance of firefox were running. Time is going to be presented in nanoseconds, microseconds, miliseconds and finally seconds.

How to compile it

From command line gcc main.c -O2 -o timer

Have fun.

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages