Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/whladi1m/timeutil

TimeUtil - basic util to calculate the time to execute file written in c++ in a 10 minutes.
https://github.com/whladi1m/timeutil

Last synced: about 2 months ago
JSON representation

TimeUtil - basic util to calculate the time to execute file written in c++ in a 10 minutes.

Awesome Lists containing this project

README

        

## TimeUtil
# TimeUtil - basic util to calculate the time to execute file written in c++ in a 10 minutes.
## How to run it ##
```bash
g++ main.cpp -o time.exe
time.exe fib.exe
```
Replace fib.exe with your executable or file