From ca366d0e382bed14c7914e2327c6460ecdddcffd Mon Sep 17 00:00:00 2001 From: Che-liang Chiou Date: Thu, 6 Oct 2011 23:40:48 +0000 Subject: cmd_time: add time command The 'time' command runs and reports execution time of commands. Sample usage: -------------------- u-boot# time crc 0x1000 1000 CRC32 for 00001000 ... 00001fff ==> ae94dc4b time: 0.004 seconds, 4 ticks -------------------- Signed-off-by: Che-Liang Chiou Acked-by: Mike Frysinger --- README | 1 + 1 file changed, 1 insertion(+) (limited to 'README') diff --git a/README b/README index c5cfb13a4f..3a8938f4e3 100644 --- a/README +++ b/README @@ -783,6 +783,7 @@ The following options need to be configured: CONFIG_CMD_SOURCE "source" command Support CONFIG_CMD_SPI * SPI serial bus support CONFIG_CMD_TFTPSRV * TFTP transfer in server mode + CONFIG_CMD_TIME * run command and report execution time CONFIG_CMD_USB * USB support CONFIG_CMD_CDP * Cisco Discover Protocol support CONFIG_CMD_FSL * Microblaze FSL support -- cgit v1.2.1