|
GCC Middle and Back End API Reference
|
Data Fields | |
| gcov_type | count_sum |
| int | n_calls |
| int | n_hot_calls |
| int | freq_sum |
Structure holding accumulated information about callers of a node.
| gcov_type caller_statistics::count_sum |
| int caller_statistics::freq_sum |
| int caller_statistics::n_calls |
| int caller_statistics::n_hot_calls |