摘要: tmp 阅读全文
posted @ 2019-11-09 20:03 papering 阅读(169) 评论(0) 推荐(0)
摘要: gcov—a Test Coverage Program https://coverage.readthedocs.io/en/v4.5.x/cmd.html 覆盖率测试 阅读全文
posted @ 2019-11-09 17:51 papering 阅读(210) 评论(0) 推荐(0)
摘要: https://www.frida.re/docs/home/ 阅读全文
posted @ 2019-11-09 17:39 papering 阅读(322) 评论(0) 推荐(0)
摘要: a 阅读全文
posted @ 2019-11-09 17:24 papering 阅读(189) 评论(0) 推荐(0)
摘要: 研发测试运维一体化 阅读全文
posted @ 2019-11-09 17:16 papering 阅读(557) 评论(0) 推荐(0)
摘要: https://pingcap.com/blog-cn/flame-graph/ 因为 TiKV 是自己内部使用了 jemalloc,并没有用系统的 malloc,所以我们不能直接用 perf 来探查系统的 malloc 函数。幸运的是,perf 能支持动态添加探针,我们将 TiKV 的 mallo 阅读全文
posted @ 2019-11-09 17:02 papering 阅读(288) 评论(0) 推荐(0)
摘要: https://software.intel.com/sites/landingpage/pintool/docs/97998/Pin/html/ http://www.brendangregg.com/perf.html 阅读全文
posted @ 2019-11-09 16:37 papering 阅读(244) 评论(0) 推荐(0)
摘要: http://boostorg.github.io/stacktrace/stacktrace/getting_started.html#stacktrace.getting_started.how_to_print_current_call_stack 阅读全文
posted @ 2019-11-09 12:28 papering 阅读(193) 评论(0) 推荐(0)