EFI_ACPI_5_1_FPDT_S3_RESUME_RECORD

FPDT Basic S3 Resume Performance Record

Members

Variables

AverageResume
UINT64 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.

FullResume
UINT64 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.

Header
EFI_ACPI_5_1_FPDT_PERFORMANCE_RECORD_HEADER Header;
Undocumented in source.
ResumeCount
UINT32 ResumeCount;

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

Meta