摘要: 原文:http://hi.baidu.com/cr0_3/item/b519420b8eba99d773e67685#definePCRE_STATIC//静态库编译选项#include<stdio.h>#include<string.h>#include<pcre.h>#defineOVECCOUNT30/*shouldbeamultipleof3*/#defineEBUFLEN128#defineBUFLEN1024intmain(){pcre*re;constchar*error;interroffset;intovector[OVECCOUNT];i 阅读全文
posted @ 2012-07-13 18:29 Leo Forest 阅读(577) 评论(0) 推荐(0) 编辑
摘要: 原文:http://www.cnblogs.com/wangkangluo1/archive/2012/07/09/2583228.html参考 GCC 函式追蹤功能 finstrument-functions __attribute__ +用 Graphviz 可视化函数调用 ibm用 Graphviz 可视化函数调用 gcc/g++使用-finstrument-functions來觀察code每個function的呼叫 http://www.logix.cz/michal/devel/CygProfiler/cyg-profile.c.xp http://gcc.gnu.org/... 阅读全文
posted @ 2012-07-13 18:25 Leo Forest 阅读(713) 评论(0) 推荐(0) 编辑