; --------------------------------------------------------------------------------
; @Title: Statistic performance analysis for ARM/Thumb
; @Description: -
; @Props: NoWelcome
; @Author: -
; @Copyright: (C) 1989-2014 Lauterbach GmbH, licensed for use with TRACE32(R) only
; --------------------------------------------------------------------------------
; $Id: perf_arm.cmm 6904 2014-04-21 15:16:07Z kjmal $


;Statistic performance analysis for ARM/Thumb

;select stack operation mode
 Analyzer.Mode stack

;program trigger unit for selective trace
 Analyzer.ReProgram perf_arm

;define prefetch detection strategy
 Analyzer.STATistic.PreFetch OFF 2

;define sorting mode
 Analyzer.STATistic.Sort ADDRESS

;set tags in code (without prefetch offset)
 Break.SetFunc /NPreFetch

;display some windows
 Analyzer.List func TIme.FUNC TIme.REF cpu
 Analyzer.STATistic
 Analyzer.Chart
 ENDDO


