#include <log_flags.h>
Public Member Functions | |
| LOG_FLAGS () | |
| void | defaults () |
| int | parse (XML_PARSER &) |
| void | show () |
Public Attributes | |
| bool | task |
| task start and finish | |
| bool | file_xfer |
| file transfer start and finish | |
| bool | sched_ops |
| interactions with schedulers | |
| bool | cpu_sched |
| preemption and resumption | |
| bool | cpu_sched_debug |
| explain scheduler decisions | |
| bool | rr_simulation |
| results of rr simulator | |
| bool | debt_debug |
| changes to debt | |
| bool | task_debug |
| task start and control details, and when apps checkpoint | |
| bool | work_fetch_debug |
| work fetch policy | |
| bool | unparsed_xml |
| show unparsed XML lines | |
| bool | state_debug |
| bool | file_xfer_debug |
| show completion of FILE_XFER | |
| bool | sched_op_debug |
| bool | http_debug |
| bool | proxy_debug |
| bool | time_debug |
| changes in on_frac, active_frac, connected_frac | |
| bool | http_xfer_debug |
| bool | benchmark_debug |
| debug CPU benchmarks | |
| bool | poll_debug |
| show what polls are responding | |
| bool | guirpc_debug |
| bool | scrsave_debug |
| bool | app_msg_send |
| show shared-mem message to apps | |
| bool | app_msg_receive |
| show shared-mem message from apps | |
| bool | mem_usage_debug |
| memory usage | |
| bool | network_status_debug |
| bool | checkpoint_debug |
| bool | coproc_debug |
| show coproc reserve/free | |
| LOG_FLAGS::LOG_FLAGS | ( | ) |

| void LOG_FLAGS::defaults | ( | ) |

| int LOG_FLAGS::parse | ( | XML_PARSER & | xp | ) |


| void LOG_FLAGS::show | ( | ) |


| bool LOG_FLAGS::task |
task start and finish
| bool LOG_FLAGS::file_xfer |
file transfer start and finish
| bool LOG_FLAGS::sched_ops |
interactions with schedulers
| bool LOG_FLAGS::cpu_sched |
preemption and resumption
explain scheduler decisions
results of rr simulator
changes to debt
task start and control details, and when apps checkpoint
work fetch policy
show unparsed XML lines
print textual summary of CLIENT_STATE initially and after each scheduler RPC and garbage collect also show actions of garbage collector also show when state file is read or written
show completion of FILE_XFER
changes in on_frac, active_frac, connected_frac
debug CPU benchmarks
show what polls are responding
show shared-mem message to apps
show shared-mem message from apps
memory usage
show coproc reserve/free
1.5.6