IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 11, 2011, 10:52:00 AM (15 years ago)
Author:
eugene
Message:

plug some leaks, move CopyMeasure,AverageTiny out of functions (for speed)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110505/Ohana/src/relphot/doc/allsky.txt

    r31450 r31524  
     1
     22011.05.10
     3
     4  Looking into them memory usage of relphot:
     5  AverageTiny = 32 bytes (including 8 byte padding)
     6  MeasureTiny = 56 bytes (including 8 byte padding)
     7  Image Indexes:
     8    bin   : Nmeasure * off_t
     9    clist : Nmeasure * off_t
     10    mlist : Nmeasure * off_t
     11  Mosaic Indexes:
     12    bin   : Nmeasure * off_t
     13    clist : Nmeasure * off_t
     14    mlist : Nmeasure * off_t
     15  Total:
     16    32 bytes * Naverage (values)
     17    56 bytes * Nmeasure (values)
     18    64 bytes * Nmeasure (indexes)
     19
     20  In my test run, I have 3.3M average + 37.6M measure:
     21    2.1GB values
     22    2.2GB indexes
     23
     24  This matches the memory usage graph.  But, after the indexes have
     25  been loaded, the memory footprint grows (slowly) by another 1GB as
     26  the processing runs along.
     27
     28
     29using 23153493 of 640663697 stars (192585953 of 289672671 measurements)
     30using  3306896 of  48399614 stars ( 37582679 of 193863612 measurements)
     31
     32
    133
    2342011.04.12
Note: See TracChangeset for help on using the changeset viewer.