coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
stopwatch Struct Reference

#include <timer.h>

Collaboration diagram for stopwatch:
Collaboration graph

Data Fields

struct mono_time start
 
struct mono_time current
 
struct mono_time expires
 

Detailed Description

Definition at line 111 of file timer.h.

Field Documentation

◆ current

struct mono_time stopwatch::current

◆ expires

struct mono_time stopwatch::expires

Definition at line 29 of file timer.h.

Referenced by stopwatch_expired(), stopwatch_init(), and stopwatch_init_usecs_expire().

◆ start

struct mono_time stopwatch::start

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