coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
gcov_ctr_summary Struct Reference

#include <gcov-io.h>

Collaboration diagram for gcov_ctr_summary:
Collaboration graph

Data Fields

gcov_unsigned_t num
 
gcov_unsigned_t runs
 
gcov_type sum_all
 
gcov_type run_max
 
gcov_type sum_max
 

Detailed Description

Definition at line 399 of file gcov-io.h.

Field Documentation

◆ num

gcov_unsigned_t gcov_ctr_summary::num

Definition at line 400 of file gcov-io.h.

Referenced by gcov_exit(), and gcov_read_summary().

◆ run_max

gcov_type gcov_ctr_summary::run_max

Definition at line 403 of file gcov-io.h.

Referenced by gcov_exit(), and gcov_read_summary().

◆ runs

gcov_unsigned_t gcov_ctr_summary::runs

Definition at line 401 of file gcov-io.h.

Referenced by gcov_exit(), and gcov_read_summary().

◆ sum_all

gcov_type gcov_ctr_summary::sum_all

Definition at line 402 of file gcov-io.h.

Referenced by gcov_exit(), and gcov_read_summary().

◆ sum_max

gcov_type gcov_ctr_summary::sum_max

Definition at line 404 of file gcov-io.h.

Referenced by gcov_exit(), and gcov_read_summary().


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