MdePkg[all]  1.08
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
EFI_ACPI_5_1_FPDT_S3_RESUME_RECORD Struct Reference

Data Fields

EFI_ACPI_5_1_FPDT_PERFORMANCE_RECORD_HEADER Header
 
UINT32 ResumeCount
 
UINT64 FullResume
 
UINT64 AverageResume
 

Detailed Description

FPDT Basic S3 Resume Performance Record

Field Documentation

UINT64 EFI_ACPI_5_1_FPDT_S3_RESUME_RECORD::AverageResume

Average timer value of all resume cycles logged since the last full boot sequence, including the most recent resume. Note that the entire log of timer values does not need to be retained in order to calculate this average.

UINT64 EFI_ACPI_5_1_FPDT_S3_RESUME_RECORD::FullResume

Timer recorded at the end of BIOS S3 resume, just prior to handoff to the OS waking vector. Only the most recent resume cycle's time is retained.

EFI_ACPI_5_1_FPDT_PERFORMANCE_RECORD_HEADER EFI_ACPI_5_1_FPDT_S3_RESUME_RECORD::Header
UINT32 EFI_ACPI_5_1_FPDT_S3_RESUME_RECORD::ResumeCount

A count of the number of S3 resume cycles since the last full boot sequence.