Open Model Railroad Network (OpenMRN)
Loading...
Searching...
No Matches
trace Struct Reference

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 tracenext
 Link to the next trace entry.
 
unsigned total_size
 total memory (bytes) allocated via this trace.
 

Detailed Description

Linked list entry type for a call-stack backtrace.

Definition at line 86 of file cpu_profile.hxx.

Member Data Documentation

◆ hash

unsigned trace::hash

For quick comparison of traces.

Definition at line 89 of file cpu_profile.hxx.

◆ len

unsigned trace::len

Number of entries in the trace.

Definition at line 91 of file cpu_profile.hxx.

◆ next

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.

◆ total_size

unsigned trace::total_size

total memory (bytes) allocated via this trace.

Definition at line 95 of file cpu_profile.hxx.


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