Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 219 Bytes

File metadata and controls

4 lines (3 loc) · 219 Bytes

System & Time Library

  • exit(code): Terminates the program with the given exit code. (Native module __sys).
  • perf_counter(): Returns a high-resolution performance counter for timing. (Native module __time).