iPXE
Data Fields
undinet_profiler Struct Reference

A PXE API call breakdown profiler. More...

Data Fields

struct profiler total
 Total time spent performing REAL_CALL() More...
 
struct profiler p2r
 Time spent transitioning to real mode. More...
 
struct profiler ext
 Time spent in external code. More...
 
struct profiler r2p
 Time spent transitioning back to protected mode. More...
 

Detailed Description

A PXE API call breakdown profiler.

Definition at line 123 of file undinet.c.

Field Documentation

◆ total

struct profiler undinet_profiler::total

Total time spent performing REAL_CALL()

Definition at line 125 of file undinet.c.

◆ p2r

struct profiler undinet_profiler::p2r

Time spent transitioning to real mode.

Definition at line 127 of file undinet.c.

◆ ext

struct profiler undinet_profiler::ext

Time spent in external code.

Definition at line 129 of file undinet.c.

◆ r2p

struct profiler undinet_profiler::r2p

Time spent transitioning back to protected mode.

Definition at line 131 of file undinet.c.


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