On Fri, May 04, 2018 at 12:30:27PM +0200, Christian Weisgerber wrote:
> I see this splashed on my dpb window.  Apparently a port writes to
> /dev/tty during the build.  Any idea which one?
> 
>  476 loops;      25s;  139520 Kstmts; 4894 Kst/sec
>  381 loops;      20s;  111675 Kstmts; 4891 Kst/sec
>   93 loops;       5s;   27261 Kstmts; 4778 Kst/sec

lang/snobol4 has

snobol4-2.0/test/bench.sno

OUTPUT(.TTY, IO_FINDUNIT(),, '/dev/tty')

...

        TTY = LPAD(LOOPS,4) ' loops; '
+               LPAD(TDISP,8) '; ' LPAD(st / 1000,7) ' Kstmts; '
+               SS  ' Kst/sec'

Reply via email to