Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Program Timing

This script checks the time required to run a function in C.

To use

  • Edit void function and write your own operations.
  • Compile with gcc timer.c -o timer.
  • Execute with ./timer

Time Complexity: O(1) Space Complexity: 0(1)

Output

output