mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 18:29:09 +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);
|
ps:=ps+' '+paramstr(i);
|
||||||
sticks:=GetMicroSTicks;
|
sticks:=GetMicroSTicks;
|
||||||
ExecuteProcess(paramstr(1),ps);
|
ExecuteProcess(paramstr(1),ps);
|
||||||
writeln((GetMicroSTicks-sticks)/1000:0:3,' ms');
|
writeln(stderr,(GetMicroSTicks-sticks)/1000:0:3,' ms');
|
||||||
end;
|
end;
|
||||||
end.
|
end.
|
||||||
|
Loading…
Reference in New Issue
Block a user