bootstage: Add time accumulation feature
authorSimon Glass <sjg@chromium.org>
Fri, 28 Sep 2012 08:56:36 +0000 (08:56 +0000)
committerAnatolij Gustschin <agust@denx.de>
Tue, 2 Oct 2012 20:39:33 +0000 (22:39 +0200)
commit0e9967735869a4e2bbc92d5d0eea0e2136180d49
treed5a702bad60fa293a9fe6275b75bed8147979263
parent094e06a523ba040f81857609f9d889b4b57ee151
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>
common/bootstage.c
include/bootstage.h