Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/common/
H A Dbootstage.c0e9967735869a4e2bbc92d5d0eea0e2136180d49 Fri Sep 28 08:56:36 UTC 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>
/rk3399_rockchip-uboot/include/
H A Dbootstage.h0e9967735869a4e2bbc92d5d0eea0e2136180d49 Fri Sep 28 08:56:36 UTC 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>