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.4 by rschregle, Fri May 8 13:20:22 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 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