Home
last modified time | relevance | path

Searched hist:"0 e996773" (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/common/
H A Dbootstage.c0e996773 Fri Sep 28 03:56:36 CDT 2012 Simon Glass <sjg@chromium.org> bootstage: Add time accumulation feature

Sometimes we want to add up the amount of time spent in a particular
activity when it is happening in a number of discrete chunks.

Add bootstage_start() to mark the start of an acitivity and
bootstage_accum() to accumulate the time since the last start. Calling
these function in pairs results in the accumulated time being collected.

Signed-off-by: Simon Glass <sjg@chromium.org>
/openbmc/u-boot/include/
H A Dbootstage.h0e996773 Fri Sep 28 03:56:36 CDT 2012 Simon Glass <sjg@chromium.org> bootstage: Add time accumulation feature

Sometimes we want to add up the amount of time spent in a particular
activity when it is happening in a number of discrete chunks.

Add bootstage_start() to mark the start of an acitivity and
bootstage_accum() to accumulate the time since the last start. Calling
these function in pairs results in the accumulated time being collected.

Signed-off-by: Simon Glass <sjg@chromium.org>