yangrq / wtime

Displays information about the running time of a program on Windows ( like command 'time' on linux )

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wtime

Displays information about the running time of a program on Windows ( like command 'time' on linux )

Compile

VS

  • Please create a new empty vsproject and add wtime.cpp to the source.
  • Notice: require VS2013 or higher (for c++11 supports).

MinGW

Build like this

gcc -Os -std=c++11 -static -Wall wtime.cpp -o wtime.exe

About

Displays information about the running time of a program on Windows ( like command 'time' on linux )

License:MIT License


Languages

Language:C++ 100.0%