Skip to content

BryanLange/ProcessFork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

ProcessFork

  • About: This program determines the amount of time necessary to run a command by forking a child process and measuring the time it takes to return to the parent process
  • Compile: $ g++ time.cpp
  • Execute: $ ./a.out ( example:$ ./a.out whoami )

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages