2.1.131. --profile=filename

이 옵션은 ARM Profiler의 피드백을 사용하여 크기는 더 작고 성능은 우수한 코드를 생성하도록 컴파일러에 지시합니다.

구문

--profile=filename

인수 설명:

filename

ARM Profiler 분석 파일의 이름입니다.

예제

이 예제에서는hello.c에 대해 코드를 생성할 때 hello_001.apa에 제공되는 ARM Profiler 피드백을 사용합니다.

armcc -c -O3 -Otime --profile=hello_001.apa hello.c

추가 참고

  • ARM Profiler 사용 설명서

Copyright © 2007-2009 ARM Limited. All rights reserved.ARM DUI 0348BK
Non-Confidential