Add ovni level config to nanos6.toml
This commit is contained in:
parent
81e5f19267
commit
4f1125818c
@ -162,6 +162,12 @@
|
|||||||
# "sys_enter_gettimeofday",
|
# "sys_enter_gettimeofday",
|
||||||
# "sys_exit_gettimeofday"
|
# "sys_exit_gettimeofday"
|
||||||
# ]
|
# ]
|
||||||
|
[instrument.ovni]
|
||||||
|
# Level of detail. Selects what should be instrumented:
|
||||||
|
# 1 = Tasks
|
||||||
|
# 2 = Tasks + simple subsystem (the default)
|
||||||
|
# 3 = Tasks + full subsystem + memory (huge performance penalty)
|
||||||
|
level = 2
|
||||||
[instrument.extrae]
|
[instrument.extrae]
|
||||||
# Indicate whether the trace should show the activity of the threads instead of the CPUs'
|
# Indicate whether the trace should show the activity of the threads instead of the CPUs'
|
||||||
# activity. Default is false, which shows the activity of CPUs
|
# activity. Default is false, which shows the activity of CPUs
|
||||||
|
Loading…
Reference in New Issue
Block a user