mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
Add SCHED_INSTRUMENTATION_HIRES support
This commit is contained in:
committed by
Xiang Xiao
parent
e1b9c278f8
commit
d8d19911ef
@@ -990,6 +990,12 @@ config SCHED_INSTRUMENTATION_IRQHANDLER
|
||||
|
||||
void sched_note_irqhandler(int irq, FAR void *handler, bool enter);
|
||||
|
||||
config SCHED_INSTRUMENTATION_HIRES
|
||||
bool "Use Hi-Res RTC for instrumentation"
|
||||
default n
|
||||
---help---
|
||||
Use higher resolution system timer for instrumentation.
|
||||
|
||||
config SCHED_INSTRUMENTATION_FILTER
|
||||
bool "Instrumenation filter"
|
||||
default n
|
||||
|
||||
Reference in New Issue
Block a user