|
Open Model Railroad Network (OpenMRN)
|
Linked list entry type for a call-stack backtrace. More...
#include <cpu_profile.hxx>
Public Attributes | |
| unsigned | hash: 24 |
| For quick comparison of traces. | |
| unsigned | len: 8 |
| Number of entries in the trace. | |
| struct trace * | next |
| Link to the next trace entry. | |
| unsigned | total_size |
| total memory (bytes) allocated via this trace. | |
Linked list entry type for a call-stack backtrace.
Definition at line 86 of file cpu_profile.hxx.
| unsigned trace::hash |
For quick comparison of traces.
Definition at line 89 of file cpu_profile.hxx.
| unsigned trace::len |
Number of entries in the trace.
Definition at line 91 of file cpu_profile.hxx.
| struct trace * trace::next |
Link to the next trace entry.
Link ot the next trace entry.
Definition at line 93 of file cpu_profile.hxx.
| unsigned trace::total_size |
total memory (bytes) allocated via this trace.
Definition at line 95 of file cpu_profile.hxx.