Searched hist:"0 e9967735869a4e2bbc92d5d0eea0e2136180d49" (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/common/ |
H A D | bootstage.c | diff 0e9967735869a4e2bbc92d5d0eea0e2136180d49 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 D | bootstage.h | diff 0e9967735869a4e2bbc92d5d0eea0e2136180d49 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>
|