ubuntu上编译和使用easy_profiler对C 程序进行性能分析

本文介绍了如何在Ubuntu 16.04上编译和使用easy_profiler工具,对C++程序进行性能分析。教程涵盖了CMakeLists.txt的配置、代码集成及使用方法。
摘要由CSDN通过智能技术生成

本文首发于个人博客https://kezunlin.me/post/91b7cf13/,欢迎阅读最新内容!

tutorial to compile and use esay profiler with c on ubuntu 16.04

Guide

compile

    git clone https://github.com/yse/easy_profiler.git
    cd easy_profiler && mkdir build && cd build && cmake-gui ..
    make -j8
    sudo make install

usage

CMakeLists.txt

find_package(easy_profiler REQUIRED)
#easy_profiler_Dir /usr/local/lib/cmake/easy_profiler

target_link_libraries(my_application easy_profiler) 

code

#include <easy/profiler.h>

void foo() {
    EASY_FUNCTION(profiler::colors::Magenta); // Magenta block with name "foo&#
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值