GDB (xrefs)
Public Attributes | List of all members
cmd_stats Struct Reference

Public Attributes

int msg_type
 
int time_enabled: 1
 
int space_enabled: 1
 
int symtab_enabled: 1
 
long start_cpu_time
 
struct timeval start_wall_time
 
long start_space
 
int start_nr_symtabs
 
int start_nr_compunit_symtabs
 
int start_nr_blocks
 

Detailed Description

Definition at line 757 of file maint.c.

Member Data Documentation

int cmd_stats::msg_type

Definition at line 761 of file maint.c.

Referenced by make_command_stats_cleanup(), and report_command_stats().

int cmd_stats::space_enabled

Definition at line 766 of file maint.c.

Referenced by make_command_stats_cleanup(), and report_command_stats().

long cmd_stats::start_cpu_time

Definition at line 768 of file maint.c.

Referenced by make_command_stats_cleanup(), and report_command_stats().

int cmd_stats::start_nr_blocks

Definition at line 776 of file maint.c.

Referenced by make_command_stats_cleanup(), and report_command_stats().

int cmd_stats::start_nr_compunit_symtabs

Definition at line 774 of file maint.c.

Referenced by make_command_stats_cleanup(), and report_command_stats().

int cmd_stats::start_nr_symtabs

Definition at line 772 of file maint.c.

Referenced by make_command_stats_cleanup(), and report_command_stats().

long cmd_stats::start_space

Definition at line 770 of file maint.c.

Referenced by make_command_stats_cleanup(), and report_command_stats().

struct timeval cmd_stats::start_wall_time

Definition at line 769 of file maint.c.

Referenced by make_command_stats_cleanup(), and report_command_stats().

int cmd_stats::symtab_enabled

Definition at line 767 of file maint.c.

Referenced by make_command_stats_cleanup(), and report_command_stats().

int cmd_stats::time_enabled

Definition at line 765 of file maint.c.

Referenced by make_command_stats_cleanup(), and report_command_stats().


The documentation for this struct was generated from the following file: