mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 18:09:30 +02:00
* write output to stderr
git-svn-id: trunk@8620 -
This commit is contained in:
parent
8a70b3ec8b
commit
91956cdb54
@ -11,6 +11,6 @@ begin
|
||||
ps:=ps+' '+paramstr(i);
|
||||
sticks:=GetMicroSTicks;
|
||||
ExecuteProcess(paramstr(1),ps);
|
||||
writeln((GetMicroSTicks-sticks)/1000:0:3,' ms');
|
||||
writeln(stderr,(GetMicroSTicks-sticks)/1000:0:3,' ms');
|
||||
end;
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user