IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 1, 2012, 2:15:36 PM (14 years ago)
Author:
eugene
Message:

move myAssert, myAbort, OHANA_ASSERT into libohana; add features to parse time and ints in space and csv lines (used by opihi/read functions); add abspath function; move rconnect into libohana

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libohana/include/ohana_allocate.h

    r31663 r33646  
    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.