摘要:
1 int ngx_cdecl 2 main(int argc, char *const *argv) 3 { 4 ngx_buf_t *b; 5 ngx_log_t *log; 6 ngx_uint_t i; 7 ngx_cycle_t *cycle, init_cycle; 8 ngx_conf 阅读全文
posted @ 2021-03-08 11:39
wa小怪兽
阅读(167)
评论(0)
推荐(0)
使用perf工具以及flamegraph将调试的程序运行栈以及在每个函数中停留的时间以火焰图的形式展现出来,以可视化的方式进行调试。 阅读全文