Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/whladi1m/timeutil
- Owner: whladi1m
- License: mit
- Created: 2024-05-15T16:40:32.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-15T16:45:04.000Z (7 months ago)
- Last Synced: 2024-05-16T05:26:32.151Z (7 months ago)
- Language: C++
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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