gem5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Attributes | List of all members
SimPoint::BBInfo Struct Reference

Basic Block information. More...

Public Attributes

uint64_t id
 Unique ID. More...
 
uint64_t insts
 Num of static insts in BB. More...
 
uint64_t count
 Accumulated dynamic inst count executed by BB. More...
 

Detailed Description

Basic Block information.

Definition at line 104 of file simpoint.hh.

Member Data Documentation

uint64_t SimPoint::BBInfo::count

Accumulated dynamic inst count executed by BB.

Definition at line 110 of file simpoint.hh.

Referenced by SimPoint::profile().

uint64_t SimPoint::BBInfo::id

Unique ID.

Definition at line 106 of file simpoint.hh.

Referenced by SimPoint::profile().

uint64_t SimPoint::BBInfo::insts

Num of static insts in BB.

Definition at line 108 of file simpoint.hh.

Referenced by SimPoint::profile().


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

Generated on Fri Jun 9 2017 13:04:19 for gem5 by doxygen 1.8.6