Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Command: | ||||||||
Line: 11 to 11 | ||||||||
You need run this command in bash mode. | ||||||||
Deleted: | ||||||||
< < | ||||||||
-- Main.xulin730 - 01 May 2008
| ||||||||
Added: | ||||||||
> > |
WindowsAttached .exe implements Unix "time" for Windows, with POSIX-compliant output formatting. Relies on .NET 3.5 or better. May or may not work on Windows XP or earlier; definitely works on Windows 7. Adapted from code in Microsoft Singularity RDK 2.0. -- ChrisNell - 06 Jul 2010 | |||||||
| ||||||||
Added: | ||||||||
> > |
|
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Added: | ||||||||
> > |
Command:timerun [time-limit] [cmd] 1> [result-file] 2> [time-file]Description:Run [cmd] for at most [time-limit] and [cmd] outputs are in [result-file] and runtime information is in [time-file]. If the [cmd] finished before timeout, the true runtime will be writen in [time-file]. You need run this command in bash mode. -- Main.xulin730 - 01 May 2008
|