

Public Member Functions | |
| thread_info () | |
| void | build_thread (string const &tid, size_t l, size_t h) |
| bool | add_modules (string const &module, sym_iterator it) |
| void | add_module_symbol (string const &n, sym_iterator it) |
| void | summarize () |
| void | set_end (sym_iterator end) |
| string const | get_tid () |
| void | output (ostream &out) |
| void | dump () |
| thread_info::thread_info | ( | ) | [inline] |
| void thread_info::add_module_symbol | ( | string const & | n, | |
| sym_iterator | it | |||
| ) |
References module_info::add_to_summary(), module_info::build_module(), module_info::hi, and module_info::lo.
Referenced by add_modules().
| bool thread_info::add_modules | ( | string const & | module, | |
| sym_iterator | it | |||
| ) |
| void thread_info::build_thread | ( | string const & | tid, | |
| size_t | l, | |||
| size_t | h | |||
| ) |
References module_info::hi, and module_info::lo.
| void thread_info::dump | ( | ) |
Reimplemented from module_info.
| string const thread_info::get_tid | ( | ) | [inline] |
| void thread_info::output | ( | ostream & | out | ) |
Reimplemented from module_info.
References close_element(), init_attr(), NONE, open_element(), module_info::output_summary(), THREAD, and THREAD_ID.
| void thread_info::set_end | ( | sym_iterator | end | ) |
Reimplemented from module_info.
| void thread_info::summarize | ( | ) |
References module_info::add_to_summary(), and module_info::get_summary().
Referenced by process_info::summarize().
1.6.1