A PXE API call breakdown profiler.
More...
|
| struct profiler | total |
| | Total time spent performing REAL_CALL()
|
| struct profiler | p2r |
| | Time spent transitioning to real mode.
|
| struct profiler | ext |
| | Time spent in external code.
|
| struct profiler | r2p |
| | Time spent transitioning back to protected mode.
|
A PXE API call breakdown profiler.
Definition at line 123 of file undinet.c.
◆ total
Total time spent performing REAL_CALL()
Definition at line 125 of file undinet.c.
◆ p2r
Time spent transitioning to real mode.
Definition at line 127 of file undinet.c.
◆ ext
Time spent in external code.
Definition at line 129 of file undinet.c.
◆ 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: