#Tell tau to not profile these functionsBEGIN_EXCLUDE_LIST
double* get(int size)END_EXCLUDE_LIST
#Exclude these files from profilingBEGIN_FILE_EXCLUDE_LIST
*.so
END_FILE_EXCLUDE_LIST
BEGIN_INSTRUMENT_SECTION
#插桩所有在文件loop_test.cpp中函数multiply内的循环loops file="loop_test.cpp"routine="multiply"#插入代码段file="line_test.cpp"line=9code="printf(\"i=%d: \", i);"exit routine="int foo()"code="cout <<\"exiting foo\"<<endl;"entry routine="int foo()"code="cout <<\"entering foo\"<<endl;i"END_INSTRUMENT_SECTION