#include <confreg.h>
Collaboration diagram for clockcnt_t:
Public Attributes | |
vector unsigned | clkcnt |
Clock counter (CrClkCnt). | |
vector unsigned | runcnt |
Non-stretch counter (CrRunCnt). | |
vector unsigned | comstr |
Queue stretch counters (CrComStr). | |
vector unsigned | memstr |
Memory stretch counters (CrMemStr). |
Definition at line 32 of file confreg.h.
|
Clock counter (CrClkCnt).
Definition at line 33 of file confreg.h. Referenced by cc_clk(), cc_get(), and cc_reset(). |
|
Queue stretch counters (CrComStr).
Definition at line 35 of file confreg.h. Referenced by cc_get(), cc_nbusy(), cc_qwait(), and cc_reset(). |
|
Memory stretch counters (CrMemStr).
Definition at line 36 of file confreg.h. Referenced by cc_get(), cc_mbusy(), cc_mwait(), and cc_reset(). |
|
Non-stretch counter (CrRunCnt).
Definition at line 34 of file confreg.h. Referenced by cc_get(), cc_reset(), and cc_run(). |