comparison packages/kernel/current/cdl/counters.cdl @ 90:70190fa0fe10 ecos-sw-2000-05-19

Merge from eCos master repository on 2000-05-19-07:47:03-BST
author jlarmour
date Fri, 19 May 2000 12:47:51 +0000
parents 6736c52df507
children e0c0827131d1
comparison
equal deleted inserted replaced
89:fb6e7cf186a5 90:70190fa0fe10
201 the HAL_CLOCK_LATENCY() macro." 201 the HAL_CLOCK_LATENCY() macro."
202 } 202 }
203 203
204 cdl_option CYGVAR_KERNEL_COUNTERS_CLOCK_DSR_LATENCY { 204 cdl_option CYGVAR_KERNEL_COUNTERS_CLOCK_DSR_LATENCY {
205 display "Measure real-time \[clock\] DSR latency" 205 display "Measure real-time \[clock\] DSR latency"
206 requires CYGVAR_KERNEL_COUNTERS_CLOCK
207 requires CYGVAR_KERNEL_COUNTERS_CLOCK_LATENCY 206 requires CYGVAR_KERNEL_COUNTERS_CLOCK_LATENCY
208 default_value 0 207 default_value CYGVAR_KERNEL_COUNTERS_CLOCK_LATENCY
209 description " 208 description "
210 Measure the DSR latency as seen by the real-time clock 209 Measure the DSR latency as seen by the real-time clock
211 timer interrupt. This requires hardware support, defined by 210 timer interrupt. This requires hardware support, defined by
212 the HAL_CLOCK_LATENCY() macro." 211 the HAL_CLOCK_LATENCY() macro."
213 } 212 }