#include <InstArray.h>
Public Members | |||
![]() | ![]() | InstArrayStats () | |
![]() | ![]() | Void | Reset () |
![]() | ![]() | Void | StartTrace (const FileName &fname) |
![]() | ![]() | Void | StopTrace () |
![]() | ![]() | Void | Dump () |
![]() | ![]() | Void | Read (Int i) |
![]() | ![]() | Void | Write (Int i) |
![]() | ![]() | Int | reads |
![]() | ![]() | Int | writes |
![]() | ![]() | Int* | accesses |
![]() | ![]() | FILE* | trace |
Definition at line 18 of file InstArray.h.
InstArrayStats::InstArrayStats () |
/class InstArray
This is a NArray instrumented so that
Definition at line 26 of file InstArray.cc.
Void InstArrayStats::Dump () |
Definition at line 70 of file InstArray.cc.
Void InstArrayStats::Read (Int i) |
Definition at line 52 of file InstArray.cc.
Void InstArrayStats::Reset () |
Definition at line 35 of file InstArray.cc.
Void InstArrayStats::StartTrace (const FileName & fname) |
Definition at line 41 of file InstArray.cc.
Void InstArrayStats::StopTrace () |
Definition at line 46 of file InstArray.cc.
Void InstArrayStats::Write (Int i) |
Definition at line 61 of file InstArray.cc.
Int * InstArrayStats::accesses |
Definition at line 33 of file InstArray.h.
Int InstArrayStats::reads |
Definition at line 31 of file InstArray.h.
FILE * InstArrayStats::trace |
Definition at line 35 of file InstArray.h.
Int InstArrayStats::writes |
Definition at line 32 of file InstArray.h.