diff options
author | David Hendricks <dhendrix@chromium.org> | 2013-05-03 12:28:11 -0700 |
---|---|---|
committer | David Hendricks <dhendrix@chromium.org> | 2013-05-05 23:57:03 +0200 |
commit | 040f25b73a9e131d18c2f64a6c3b60e695e3d7d6 (patch) | |
tree | 0d173cacb1b1b603bbfd725e842e5ffb65fe9f2f /Makefile.inc | |
parent | 0bb875be5e575b6eceb081d1a92da467b87aa96b (diff) |
timer.h: add mono_time_diff_microseconds()
The current way to get a simple mono_time difference is:
1. Declare a rela_time struct
2. Assign it the value of mono_time_diff(t1, t2)
3. Get microseconds from it using rela_time_in_microseconds().
This patch adds a simpler method. Now one only needs to call
mono_time_diff_microseconds(t1, t2) to obtain the same value which
is produced from the above three steps.
Change-Id: Ibfc9cd211e48e8e60a0a7703bff09cee3250e88b
Signed-off-by: David Hendricks <dhendrix@chromium.org>
Reviewed-on: http://review.coreboot.org/3190
Tested-by: build bot (Jenkins)
Diffstat (limited to 'Makefile.inc')
0 files changed, 0 insertions, 0 deletions