GCC Middle and Back End API Reference
caller_statistics Struct Reference
Collaboration diagram for caller_statistics:

Data Fields

profile_count rec_count_sum
 
profile_count count_sum
 
sreal freq_sum
 
int n_calls
 
int n_hot_calls
 
int n_nonrec_calls
 
cgraph_nodeitself
 

Detailed Description

Structure holding accumulated information about callers of a node.   

Field Documentation

◆ count_sum

profile_count caller_statistics::count_sum

◆ freq_sum

sreal caller_statistics::freq_sum

◆ itself

cgraph_node* caller_statistics::itself

◆ n_calls

int caller_statistics::n_calls

◆ n_hot_calls

int caller_statistics::n_hot_calls

◆ n_nonrec_calls

int caller_statistics::n_nonrec_calls

◆ rec_count_sum

profile_count caller_statistics::rec_count_sum

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