Changeset 593


Ignore:
Timestamp:
Jul 8, 2006 7:49:02 PM (18 years ago)
Author:
bennylp
Message:

Added caching pool capacity upon exiting pjsip-perf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/samples/pjsip-perf.c

    r582 r593  
    756756        pj_pool_release(app.pool); 
    757757        app.pool = NULL; 
     758        PJ_LOG(3,(THIS_FILE, "caching pool free capacity: %uMB", 
     759                             app.cp.capacity / 1000000)); 
    758760        pj_caching_pool_destroy(&app.cp); 
    759761    } 
Note: See TracChangeset for help on using the changeset viewer.