On 1/29/07, Jerry Richards <[EMAIL PROTECTED]> wrote:
> Can anyone provide a rough memory footprint for the Sofia-SIP stack?  I am
> beginning development on porting it for an embedded MIPS environment.

Run-time is pretty hard to estimate, that depends on your load. The
size of library components are shown below:

siiri /wrk/ppessi/sofia-sip $  size -t libsofia-sip-ua/.libs/*.a |
egrep 'text|TOT' ;  for f in libsofia-sip-ua/*/.libs/*.a; do size -t
$f | fgrep TOTALS | sed 's/(TOTALS)/ '${f##*/}/; done
   text    data     bss     dec     hex filename
 663476   38133     223  701832   ab588 (TOTALS)
   8664       0       0    8664    21d8  libbnf.a
     26      16       0      42      2a  libfeatures.a
  21359    7904       0   29263    724f  libhttp.a
   2225     256       0    2481     9b1  libipt.a
  22749    1028       0   23777    5ce1  libiptsec.a
  47654    2296       0   49950    c31e  libmsg.a
  20510     592       4   21106    5272  libnea.a
  96569    3192       4   99765   185b5  libnta.a
  17091     632       0   17723    453b  libnth.a
 111574    4549       8  116131   1c5a3  libnua.a
  29351    1388       0   30739    7813  libsdp.a
  53829   11528       0   65357    ff4d  libsip.a
  24984     948       8   25940    6554  libsoa.a
  32364     112       0   32476    7edc  libsresolv.a
  36990     452       0   37442    9242  libstun.a
  51557    1220     187   52964    cee4  libsu.a
  62056    1924      12   63992    f9f8  libtport.a
  23924      96       0   24020    5dd4  liburl.a
siiri /wrk/ppessi/sofia-sip $ gcc -v
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v
--enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr
--enable-shared --with-system-zlib --libexecdir=/usr/lib
--without-included-gettext --enable-threads=posix --enable-nls
--program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu
--enable-libstdcxx-debug --enable-mpfr --enable-checking=release
i486-linux-gnu
Thread model: posix
gcc version 4.1.2 20060928 (prerelease) (Ubuntu 4.1.1-13ubuntu5)
siiri /wrk/ppessi/sofia-sip $ fgrep CFLAGS Makefile
CFLAGS = -g -Os


-- 
Pekka.Pessi mail at nokia.com

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Sofia-sip-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

Reply via email to