devskim blog
Search
❄️

easy_profiler 실행해보기

sections
Tags
C++
Created
Jul 13, 2023 01:30 PM
Last Updated
Jul 30, 2023 01:41 PM
 
 

프로젝트 구성

  • 다음의 명령어를 실행하여 프로젝트를 구성한다
    • 코드를 불러오는 중 입니다 ...
 
 

CMake 빌드 및 실행

  • 하단의 CMake를 선택하여 GCC를 활성화한다
    • notion image
      notion image
  • Release 혹은 Debug를 선택한다
    • notion image
  • 하단의 Build 버튼을 눌러서 CMake를 빌드한다
    • notion image
  • [all] 옵션을 선택하여 example1을 활성화한다
    • notion image
  • 하단의 실행 버튼을 눌러서 example1을 실행한다
    • notion image
  • 정상적으로 실행하는 것을 확인한다
    • notion image
  • test_profile.prof 파일이 생성되었음을 확인한다
    • notion image
 
 

easy_profiler 실행

  • 프로젝트 경로 하위의 profiler_gui 를 실행한다
    • 코드를 불러오는 중 입니다 ...
  • so 파일 에러가 나면 다음의 명령어를 실행한다
    • notion image
      코드를 불러오는 중 입니다 ...
  • easy_profiler가 실행되었음을 확인한다
    • notion image
  • test_profile.prof 파일을 열어서 profiler를 확인한다.
    • notion image
 
 
 

참고

easy_profiler
yseUpdated Aug 29, 2023
programmers_slam_project_template
changh95Updated May 26, 2022
PREVplotTrajectory.cpp 예제 실행해보기
NEXTTDD Demo