Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Command: | ||||||||
Line: 17 to 17 | ||||||||
Windows | ||||||||
Changed: | ||||||||
< < | Attached .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. | |||||||
> > | Attached .exe implements Unix "time" for Windows, with POSIX-compliant output formatting. Adapted from code in Microsoft Singularity RDK 2.0. Note that: 1) timerun.exe will not work for programs which explicitly assign subprocesses to windows JobObjects (extremely unlikely for non-system monitoring software). 2) Requires .NET 3.5 or better 3) Requires Windows 2000 or newer On some windows systems which otherwise seem to meet these requirements, timerun.exe has been reported to consistently fail, with an "access denied" error, regardless of user account permissions. It is not yet clear to us why this is occurring, or how to fix it. | |||||||
-- ChrisNell - 06 Jul 2010 |
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
|