Searched hist:"36 ba3f8d39ecc8eca0b0ed34154f08be164b93a3" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/lib/ |
| H A D | initcall.c | 36ba3f8d39ecc8eca0b0ed34154f08be164b93a3 Thu Dec 06 08:05:24 UTC 2018 Joseph Chen <chenjh@rock-chips.com> lib: initcall: add time cost verbose
This is more helpful than bootstage timing record since it is quite possible for every developer to enable inicall verbose for debug and find abnormal time cost as early as possible.
It looks like: initcall: 000000000061015c # 183 us initcall: 000000000ff3e614 # 0 us initcall: 000000000ff3e408 # 0 us initcall: 00000000006105fc (relocated to 000000000ff3e5fc) # 6401 us initcall: 0000000000610420 (relocated to 000000000ff3e420) # 1 us initcall: 0000000000604444 (relocated to 000000000ff32444) # 5 us Change-Id: Ib59f3e5052f921d0046a6fa73cbfb968000fd34e Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
|