; -------------------------------------------------------------------------------- ; @Title: Analyzer trigger program to count the time spend in a certain address range ; @Description: ; The addressrange of an application which should be observed must be marked ; by an ALPHA breakpoint. ; @Author: - ; @Props: NoWelcome ; @Copyright: (C) 1989-2014 Lauterbach GmbH, licensed for use with TRACE32(R) only ; -------------------------------------------------------------------------------- ; $Id: profile.cmm 6904 2014-04-21 15:16:07Z kjmal $ ; The analyzer modes must be set outside this trigger unit program ; with the commands: ; Analyzer.Mode SLAVE OFF ; Analyzer.Mode PrePost OFF ; This will be done by the script profile.cmm. TIME taskrun 10000.0s start: GOTO inrange IF AlphaBreak inrange: GOTO start IF !AlphaBreak Count.Enable taskrun