#include <callgraph_container.h>
Public Member Functions | |
| ~arc_recorder () | |
| void | add (symbol_entry const &caller, symbol_entry const *callee, count_array_t const &arc_count) |
| Add a symbol arc. | |
| symbol_collection const & | get_symbols () const |
| return all the cg symbols | |
| void | process (count_array_t total, double threshold, string_filter const &filter) |
| After population, build the final output, and do thresholding. | |
Classes | |
| struct | cg_data |
| Internal structure used during collation. | |
An "arc" is simply a description of a call from one function to another.
|
|
|
|
||||||||||||||||
|
Add a symbol arc.
|
|
|
return all the cg symbols
|
|
||||||||||||||||
|
After population, build the final output, and do thresholding.
|
1.4.6