ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: suppressing console output
Date: Wed, 19 Mar 2014 16:54:54 +0100	[thread overview]
Message-ID: <5329BDCE.6070104@wxs.nl> (raw)
In-Reply-To: <5329BBEF.1010701@sil.org>

On 3/19/2014 4:46 PM, Lars Huttar wrote:
> On 3/19/2014 11:36 AM, Hans Hagen wrote:
>> On 3/19/2014 4:29 PM, Lars Huttar wrote:
>>>
>>>
>>> Is there any documentation about what kinds of complaints this
>>> suppresses? I couldn't find any in the usual places. Apparently it is a
>>> ConTeXt command rather than a primitive TeX one.
>>
>> \show\dontcomplain
>>
>
> system > tex > error on line 2 in file
> C:/Users/Huttar/Documents/work/tex/test-dontcomplain.tex: ? ...
>
>
> 1 \starttext
>
> 2 >> \show\dontcomplain
>
> 3 \stoptext
>
> 4
>
>
> l.2 \show\dontcomplain
>
>
> ?
>
>
>> if console output is slowing down a run make sure you have an
>> efficient console (i use conemu on windows and on unixes i always make
>> sure that i use a proper font); sometimes you can set delays (standard
>> cmd on windows is char-by-char but there are variants); when one runs
>> from an editor normally the drawbacks are neglectable (at leats in scite)
>>
>
> Thanks, the slowdown is one of our concerns. I will look into
> alternative terminals.

a simple \dorecurse can help to test it


\starttext
\dorecurse{1000}{test\page}
\stoptext

% mkiv lua stats  > runtime: 1.949 seconds, 1000 processed pages, 1000 
shipped pages, 513.084 pages/second
% mkiv lua stats  > runtime: 1.906 seconds, 1000 processed pages, 1000 
shipped pages, 524.659 pages/second (--jit)

\starttext
\dorecurse{1000}{\input tufte\page}
\stoptext

% mkiv lua stats  > runtime: 4.918 seconds, 1000 processed pages, 1000 
shipped pages, 200.080 pages/second
% mkiv lua stats  > runtime: 3.500 seconds, 1000 processed pages, 1000 
shipped pages, 285.714 pages/second (--jit)


-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


      parent reply	other threads:[~2014-03-19 15:54 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-19 14:17 Lars Huttar
2014-03-19 15:03 ` Aditya Mahajan
2014-03-19 15:09   ` Hans Hagen
2014-03-19 15:15     ` Aditya Mahajan
2014-03-19 15:33       ` Hans Hagen
2014-03-19 15:37         ` Lars Huttar
2014-03-19 15:45           ` Hans Hagen
2014-03-19 16:37             ` Lars Huttar
2014-03-19 19:56               ` Hans Hagen
2014-03-19 15:29     ` Lars Huttar
2014-03-19 15:36       ` Hans Hagen
2014-03-19 15:46         ` Lars Huttar
2014-03-19 15:50           ` Wolfgang Schuster
2014-03-19 15:52           ` Aditya Mahajan
2014-03-19 15:54           ` Hans Hagen [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5329BDCE.6070104@wxs.nl \
    --to=pragma@wxs.nl \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).