ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/pmapdiag.h
(Generate patch)

Comparing ray/src/rt/pmapdiag.h (file contents):
Revision 2.6 by greg, Tue Sep 1 16:27:52 2015 UTC vs.
Revision 2.7 by rschregle, Tue May 17 17:39:47 2016 UTC

# Line 1 | Line 1
1   /* RCSid $Id$ */
2 +
3   /*
4     ==================================================================
5     Photon map diagnostic output and progress reports
# Line 9 | Line 10
10     supported by the Swiss National Science Foundation (SNSF, #147053)
11     ==================================================================
12    
13 +   $Id$
14   */
15    
16  
# Line 38 | Line 40
40     /* Time at start & last report */
41     extern time_t repStartTime, repLastTime;  
42     /* Report progress & completion counters */
43 <   extern unsigned long repProgress, repComplete;              
43 >   extern unsigned long repProgress, repComplete, repEmitted;              
44  
45  
46     void pmapDistribReport ();
# Line 50 | Line 52
52     void pmapBiasCompReport (char *stats);  
53     /* Append full bias compensation statistics to stats; interface to
54      * rpict's report() */
55 +
56 + #ifdef PMAP_OOC    
57 +   void pmapOOCCacheReport (char *stats);
58 +   /* Append full OOC I/O cache statistics to stats; interface to rpict's
59 +    * report() */    
60 + #endif
61    
62   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines