IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 33130


Ignore:
Timestamp:
Jan 22, 2012, 6:29:17 AM (14 years ago)
Author:
eugene
Message:

create test program to check speed of memory management

Location:
branches/eam_branches/ipp-20111122/Ohana/src/libohana
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20111122/Ohana/src/libohana/include/ohana_allocate.h

    r31663 r33130  
    1212OhanaMemstats ohana_memstats (int mode);
    1313
     14/* EAM 2012.01.18 : comparative tests on my desktop 'pikake' (Intel Core 2 Quad) show a
     15 * modest speed loss when using the Ohana memory managment stuff.  the tests runs a ~1.2M
     16 * allocations followed by the same number of frees.  with the Ohana memory code, these
     17 * ran at ~0.69 sec per block; without the time was ~0.56 sec per block
     18 */
     19
    1420/* default is to use basic system memory functions */
     21
    1522# ifdef OHANA_MEMORY
    1623
Note: See TracChangeset for help on using the changeset viewer.