GDB (xrefs)
|
#include "maint.h"
Public Member Functions | |
scoped_command_stats (bool msg_type) | |
~scoped_command_stats () | |
Private Member Functions | |
DISABLE_COPY_AND_ASSIGN (scoped_command_stats) | |
void | print_time (const char *msg) |
Private Attributes | |
bool | m_msg_type |
bool | m_time_enabled: 1 |
bool | m_space_enabled: 1 |
bool | m_symtab_enabled: 1 |
run_time_clock::time_point | m_start_cpu_time |
std::chrono::steady_clock::time_point | m_start_wall_time |
long | m_start_space |
int | m_start_nr_symtabs |
int | m_start_nr_compunit_symtabs |
int | m_start_nr_blocks |
|
explicit |
Definition at line 1037 of file maint.c.
References count_symtabs_and_blocks(), lim_at_start, m_msg_type, m_space_enabled, m_start_cpu_time, m_start_nr_blocks, m_start_nr_compunit_symtabs, m_start_nr_symtabs, m_start_space, m_start_wall_time, m_symtab_enabled, m_time_enabled, per_command_space, per_command_symtab, per_command_time, print_time(), and reset_prompt_for_continue_wait_time().
scoped_command_stats::~scoped_command_stats | ( | ) |
Definition at line 964 of file maint.c.
References count_symtabs_and_blocks(), gdb_printf(), gdb_stdlog, get_prompt_for_continue_wait_time(), lim_at_start, m_msg_type, m_space_enabled, m_start_cpu_time, m_start_nr_blocks, m_start_nr_compunit_symtabs, m_start_nr_symtabs, m_start_space, m_start_wall_time, m_symtab_enabled, m_time_enabled, per_command_space, per_command_symtab, per_command_time, and print_time().
|
private |
|
private |
Definition at line 1085 of file maint.c.
References gdb_printf(), and gdb_stdlog.
Referenced by scoped_command_stats(), and ~scoped_command_stats().
|
private |
Definition at line 48 of file maint.h.
Referenced by scoped_command_stats(), and ~scoped_command_stats().
|
private |
Definition at line 53 of file maint.h.
Referenced by scoped_command_stats(), and ~scoped_command_stats().
|
private |
Definition at line 55 of file maint.h.
Referenced by scoped_command_stats(), and ~scoped_command_stats().
|
private |
Definition at line 63 of file maint.h.
Referenced by scoped_command_stats(), and ~scoped_command_stats().
|
private |
Definition at line 61 of file maint.h.
Referenced by scoped_command_stats(), and ~scoped_command_stats().
|
private |
Definition at line 59 of file maint.h.
Referenced by scoped_command_stats(), and ~scoped_command_stats().
|
private |
Definition at line 57 of file maint.h.
Referenced by scoped_command_stats(), and ~scoped_command_stats().
|
private |
Definition at line 56 of file maint.h.
Referenced by scoped_command_stats(), and ~scoped_command_stats().
|
private |
Definition at line 54 of file maint.h.
Referenced by scoped_command_stats(), and ~scoped_command_stats().
|
private |
Definition at line 52 of file maint.h.
Referenced by scoped_command_stats(), and ~scoped_command_stats().