2013年3月12日 星期二

df -h

df -h

檢查 目前 server 上面 可以用的 硬碟 空間



2013年3月11日 星期一

2013年3月4日 星期一

2013年3月3日 星期日

heap stack , global , memory concept


這篇文章寫得非常精闢


請參考


http://antrash.pixnet.net/blog/post/70456505-stack-vs-heap:執行時期儲存兩大要角




如何使用 gprof



how to use gprof


gcc ... .. . -g -o. ... ...


please put "-g" this term to make GCC produce the data for gprof



and



enter gprof ./run >my_profile.txt


run means the execution binary data !!!



2013年3月1日 星期五