profiler Union Reference

A data structure for storing profiling information. More...

#include <profile.h>


Data Fields

uint64_t timestamp
 Timestamp (in CPU-specific "ticks").
struct {
   uint32_t   eax
   uint32_t   edx
rdtsc
 Registers returned by rdtsc.


Detailed Description

A data structure for storing profiling information.

Definition at line 17 of file profile.h.


Field Documentation

Timestamp (in CPU-specific "ticks").

Definition at line 19 of file profile.h.

Definition at line 25 of file profile.h.

Definition at line 26 of file profile.h.

struct { ... } profiler::rdtsc

Registers returned by rdtsc.

This part should really be architecture-specific code.


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

Generated on Tue Apr 6 20:02:07 2010 for gPXE by  doxygen 1.5.7.1