home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / tt / raysh402 / guide.tex / node9_mn.html < prev   
Text File  |  1992-02-09  |  2KB  |  38 lines

  1.  
  2. <H1><A ID="SECTION00430000000000000000">
  3. Statistics Reporting</A>
  4. </H1>
  5.  
  6. <P>
  7. As it is working, <#162#><#1779#><EM>rayshade</EM><#1779#><#162#> informs you of its progress by writing
  8. messages to a ``report file''.  By default, the report file is the
  9. standard error.  The report itself consists of a number of
  10. progress report lines consisting of the number of eye rays traced,
  11. the total elapsed time, and the elapsed time since the last progress report.
  12. The end of the report contains detailed statistics about intersection
  13. tests performed, the number of rays traced, and the like.
  14.  
  15. <P>
  16. <DL>
  17. <DT><STRONG><#4625#><#4625#></STRONG></DT>
  18. <DD><#1173#><TT>report</TT><#1173#> [<#1174#><TT>verbose</TT><#1174#>] [<#1175#><TT>quiet</TT><#1175#>] [<#1176#><EM>freq</EM><#1176#>] [<#1177#><EM>file</EM><#1177#>] 
  19. <BR>    Specify the kind of
  20.     information included in the report and to which
  21.     file it should be written.
  22.     If <#169#><TT>verbose</TT><#169#> is specified, the
  23.     report will also include a listing of the options selected,
  24.     the 
  25.     bounding volumes of each aggregate,
  26.     and the total number of primitives in each aggregate.
  27.     <#170#><TT>quiet</TT><#170#> causes warning
  28.     messages to be suppressed.  <#171#><EM>freq</EM><#171#> specifies the frequency,
  29.     in scanlines rendered, that progress reports are made.
  30.     If given, <#172#><EM>file</EM><#172#> names a file to which the report
  31.     will be written.
  32. </DD>
  33. </DL>By default, a non-verbose, non-quiet report is 
  34. written to the standard error once every 10 lines.
  35. The <#174#><TT>-V</TT><#174#> option may also be used to direct the report to a named file.
  36.  
  37. <P>
  38.