C++ Profiler工具之初體驗 - Likwo - 博客園

C++ Profiler工具之初體驗 - Likwo - 博客園

瀏覽:1469
日期:2025-05-30
void __gmon_start__ (void) {#ifdef HAVE_INITFINI /* Protect from being called more than once. Since crti.o is linked into every shared library, each of their init functions will call us. */ static int called; if (called) return; called = 1; #endif /* Star...看更多