intel-pin
intel-pin
安装
使用1
VOID Fini(INT32 code, VOID *v)
{
// Write to a file since cout and cerr maybe closed by the application
// OutFile.setf(ios::showbase);
// OutFile << "Count " << icount << endl;
// OutFile.close();
std::cout<< "Count " << icount << std::endl;
}使用2
使用3
一些脚本
Last updated