GCC Middle and Back End API Reference
histogram_value_t Struct Reference

#include <value-prof.h>

Collaboration diagram for histogram_value_t:

Data Fields

struct { 
   tree   value 
   gimple *   stmt 
   gcov_type *   counters 
   struct histogram_value_t *   next 
hvalue
enum hist_type type
unsigned n_counters
struct functionfun
union { 
   struct { 
      int   int_start 
      unsigned int   steps 
   }   intvl
hdata

Detailed Description

The value to measure.

Field Documentation

◆ counters

◆ fun

struct function* histogram_value_t::fun

◆ [union]

◆ [struct]

◆ int_start

◆ [struct]

◆ n_counters

◆ next

◆ steps

◆ stmt

◆ type

◆ value

tree histogram_value_t::value

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