Advertisement
Guest User

beaglebone-cpufreq

a guest
Mar 19th, 2013
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.15 KB | None | 0 0
  1. Terminal ready
  2.  
  3. U-Boot SPL 2013.01.01 (Mar 13 2013 - 17:05:19)
  4. OMAP SD/MMC: 0
  5. reading u-boot.img
  6. reading u-boot.img
  7.  
  8.  
  9. U-Boot 2013.01.01 (Mar 13 2013 - 17:05:19)
  10.  
  11. I2C: ready
  12. DRAM: 256 MiB
  13. WARNING: Caches not enabled
  14. NAND: No NAND device found!!!
  15. 0 MiB
  16. MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1
  17. *** Warning - readenv() failed, using default environment
  18.  
  19. musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split, HB-ISO Rx, HB-ISO Tx, SoftConn)
  20. musb-hdrc: MHDRC RTL version 2.0
  21. musb-hdrc: setup fifo_mode 4
  22. musb-hdrc: 28/31 max ep, 16384/16384 memory
  23. USB Peripheral mode controller at 47401000 using PIO, IRQ 0
  24. musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split, HB-ISO Rx, HB-ISO Tx, SoftConn)
  25. musb-hdrc: MHDRC RTL version 2.0
  26. musb-hdrc: setup fifo_mode 4
  27. musb-hdrc: 28/31 max ep, 16384/16384 memory
  28. USB Host mode controller at 47401800 using PIO, IRQ 0
  29. Net: cpsw, usb_ether
  30. Hit any key to stop autoboot: 0
  31. mmc0 is current device
  32. SD/MMC found on device 0
  33. reading uEnv.txt
  34. 701 bytes read in 5 ms (136.7 KiB/s)
  35. Loaded environment from uEnv.txt
  36. Importing environment from mmc ...
  37. Running uenvcmd ...
  38. booting from Ramdisk
  39. reading ramdisk.gz
  40. 2605099 bytes read in 320 ms (7.8 MiB/s)
  41. reading uImage
  42. 4117336 bytes read in 503 ms (7.8 MiB/s)
  43. reading am335x-bone.dtb
  44. 8303 bytes read in 9 ms (900.4 KiB/s)
  45. starting
  46. arch=arm
  47. baudrate=115200
  48. board=am335x
  49. board_name=A335BONE
  50. board_rev=00A5
  51. bootargs=console=ttyO0,115200n8 root=/dev/ram0 rw ramdisk_size=65536 initrd=0x81000000,64M rootfstype=ext3 earlyprintk
  52. bootcmd=echo booting from Ramdisk;sleep 1;run fatloadramdisk;sleep 1;run fatloaduimage; sleep 1; run loaddtb; echo "starting"; sleep 1; printenv;run bootwdtb
  53. bootdelay=1
  54. bootenv=uEnv.txt
  55. bootfile=/boot/uImage
  56. bootwdtb=bootm ${loadaddr} - ${fdtbaddr}
  57. console=ttyO0,115200n8
  58. cpu=armv7
  59. ethact=cpsw
  60. ethaddr=d4:94:a1:97:2d:88
  61. fatloadramdisk=fatload mmc 0:1 ${rdaddr} ramdisk.gz
  62. fatloaduimage=fatload mmc 0:1 ${loadaddr} uImage
  63. fdtaddr=80f80000
  64. fdtbaddr=0x80F80000
  65. filesize=0x206f
  66. findfdt=if test $board_name = A335BONE; then setenv fdtfile am335x-bone.dtb; fi; if test $board_name = A33515BB; then setenv fdtfile am335x-evm.dtb; fi; if test $board_name = A335X_SK; then setenv fdtfile am335x-evmsk.dtb; fi
  67. importbootenv=echo Importing environment from mmc ...; env import -t $loadaddr $filesize
  68. loadaddr=0x80200000
  69. loadbootenv=fatload mmc ${mmcdev} ${loadaddr} ${bootenv}
  70. loaddtb=fatload mmc 0:1 ${fdtbaddr} am335x-bone.dtb; fdt addr ${fdtbaddr}; fdt resize
  71. loadramdisk=fatload mmc ${mmcdev} ${rdaddr} ramdisk.gz
  72. loaduimage=ext2load mmc ${mmcdev}:2 ${loadaddr} ${bootfile}
  73. loaduimagefat=fatload mmc ${mmcdev} ${loadaddr} ${bootfile}
  74. mmcargs=setenv bootargs console=${console} ${optargs} root=${mmcroot} rootfstype=${mmcrootfstype}
  75. mmcboot=echo Booting from mmc ...; run mmcargs; bootm ${loadaddr}
  76. mmcdev=0
  77. mmcroot=/dev/mmcblk0p2 ro
  78. mmcrootfstype=ext4 rootwait
  79. ramargs=setenv bootargs console=${console} ${optargs} root=${ramroot} rootfstype=${ramrootfstype}
  80. ramboot=echo Booting from ramdisk ...; run ramargs; bootm ${loadaddr}
  81. ramroot=/dev/ram0 rw ramdisk_size=65536 initrd=${rdaddr},64M
  82. ramrootfstype=ext2
  83. rdaddr=0x81000000
  84. soc=am33xx
  85. stderr=serial
  86. stdin=serial
  87. stdout=serial
  88. uenvcmd=boot
  89. vendor=ti
  90. ver=U-Boot 2013.01.01 (Mar 13 2013 - 17:05:19)
  91.  
  92. Environment size: 2026/131068 bytes
  93. ## Booting kernel from Legacy Image at 80200000 ...
  94. Image Name: Linux-3.9.0-rc3-00048-g80a4a57
  95. Image Type: ARM Linux Kernel Image (uncompressed)
  96. Data Size: 4117272 Bytes = 3.9 MiB
  97. Load Address: 80800000
  98. Entry Point: 80800000
  99. Verifying Checksum ... OK
  100. ## Flattened Device Tree blob at 80f80000
  101. Booting using the fdt blob at 0x80f80000
  102. Loading Kernel Image ... OK
  103. OK
  104. reserving fdt memory region: addr=80f80000 size=3000
  105. Loading Device Tree to 8fe3d000, end 8fe42fff ... OK
  106.  
  107. Starting kernel ...
  108.  
  109. [ 0.000000] Booting Linux on physical CPU 0x0
  110. [ 0.000000] Linux version 3.9.0-rc3-00048-g80a4a57 (nmenon@kahuna) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #5 SMP Tue Mar 19 11:32:55 CDT 2013
  111. [ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c53c7d
  112. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  113. [ 0.000000] Machine: Generic AM33XX (Flattened Device Tree), model: TI AM335x BeagleBone
  114. [ 0.000000] cma: CMA: reserved 16 MiB at 8e800000
  115. [ 0.000000] Memory policy: ECC disabled, Data cache writeback
  116. [ 0.000000] CPU: All CPU(s) started in SVC mode.
  117. [ 0.000000] AM335X ES1.0 (neon )
  118. [ 0.000000] PERCPU: Embedded 9 pages/cpu @c5209000 s14336 r8192 d14336 u36864
  119. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 64768
  120. [ 0.000000] Kernel command line: console=ttyO0,115200n8 root=/dev/ram0 rw ramdisk_size=65536 initrd=0x81000000,64M rootfstype=ext3 earlyprintk
  121. [ 0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes)
  122. [ 0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
  123. [ 0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
  124. [ 0.000000] __ex_table already sorted, skipping sort
  125. [ 0.000000] Memory: 255MB = 255MB total
  126. [ 0.000000] Memory: 162884k/162884k available, 99260k reserved, 0K highmem
  127. [ 0.000000] Virtual kernel memory layout:
  128. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  129. [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
  130. [ 0.000000] vmalloc : 0xd0800000 - 0xff000000 ( 744 MB)
  131. [ 0.000000] lowmem : 0xc0000000 - 0xd0000000 ( 256 MB)
  132. [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  133. [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
  134. [ 0.000000] .text : 0xc0008000 - 0xc073fa9c (7391 kB)
  135. [ 0.000000] .init : 0xc0740000 - 0xc0797800 ( 350 kB)
  136. [ 0.000000] .data : 0xc0798000 - 0xc083d768 ( 662 kB)
  137. [ 0.000000] .bss : 0xc083d768 - 0xc0d98bc8 (5486 kB)
  138. [ 0.000000] Hierarchical RCU implementation.
  139. [ 0.000000] RCU restricting CPUs from NR_CPUS=2 to nr_cpu_ids=1.
  140. [ 0.000000] NR_IRQS:16 nr_irqs:16 16
  141. [ 0.000000] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrupts
  142. [ 0.000000] Total of 128 interrupts on 1 active controller
  143. [ 0.000000] OMAP clockevent source: GPTIMER1 at 24000000 Hz
  144. [ 0.000000] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956ms
  145. [ 0.000000] OMAP clocksource: GPTIMER2 at 24000000 Hz
  146. [ 0.000000] Console: colour dummy device 80x30
  147. [ 0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
  148. [ 0.000000] ... MAX_LOCKDEP_SUBCLASSES: 8
  149. [ 0.000000] ... MAX_LOCK_DEPTH: 48
  150. [ 0.000000] ... MAX_LOCKDEP_KEYS: 8191
  151. [ 0.000000] ... CLASSHASH_SIZE: 4096
  152. [ 0.000000] ... MAX_LOCKDEP_ENTRIES: 16384
  153. [ 0.000000] ... MAX_LOCKDEP_CHAINS: 32768
  154. [ 0.000000] ... CHAINHASH_SIZE: 16384
  155. [ 0.000000] memory used by lock dependency info: 3695 kB
  156. [ 0.000000] per task-struct memory footprint: 1152 bytes
  157. [ 0.001241] Calibrating delay loop... 363.72 BogoMIPS (lpj=1818624)
  158. [ 0.119686] pid_max: default: 32768 minimum: 301
  159. [ 0.120323] Security Framework initialized
  160. [ 0.120579] Mount-cache hash table entries: 512
  161. [ 0.132965] CPU: Testing write buffer coherency: ok
  162. [ 0.134799] CPU0: thread -1, cpu 0, socket -1, mpidr 0
  163. [ 0.134892] Setting up static identity map for 0xc0518550 - 0xc05185c0
  164. [ 0.141700] Brought up 1 CPUs
  165. [ 0.141740] SMP: Total of 1 processors activated (363.72 BogoMIPS).
  166. [ 0.141756] CPU: All CPU(s) started in SVC mode.
  167. [ 0.145847] devtmpfs: initialized
  168. [ 0.224402] pinctrl core: initialized pinctrl subsystem
  169. [ 0.232054] regulator-dummy: no parameters
  170. [ 0.236720] NET: Registered protocol family 16
  171. [ 0.246785] DMA: preallocated 256 KiB pool for atomic coherent allocations
  172. [ 0.276883] OMAP GPIO hardware version 0.1
  173. [ 0.305596] No ATAGs?
  174. [ 0.305631] hw-breakpoint: debug architecture 0x4 unsupported.
  175. [ 0.309682] Serial: AMBA PL011 UART driver
  176. [ 0.388659] bio: create slab <bio-0> at 0
  177. [ 0.489615] omap-dma-engine omap-dma-engine: OMAP DMA engine driver
  178. [ 0.499413] SCSI subsystem initialized
  179. [ 0.503478] usbcore: registered new interface driver usbfs
  180. [ 0.504096] usbcore: registered new interface driver hub
  181. [ 0.505112] usbcore: registered new device driver usb
  182. [ 0.507600] omap_i2c 44e0b000.i2c: did not get pins for i2c error: -19
  183. [ 0.510647] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
  184. [ 0.517862] DCDC1: at 1800 mV
  185. [ 0.520901] vdd_mpu: 925 <--> 1325 mV at 1100 mV
  186. [ 0.523521] vdd_core: 925 <--> 1150 mV at 1100 mV
  187. [ 0.526039] LDO1: at 1800 mV
  188. [ 0.528444] LDO2: at 3300 mV
  189. [ 0.531717] LDO3: at 3300 mV
  190. [ 0.534218] LDO4: at 3300 mV
  191. [ 0.536382] tps65217 0-0024: TPS65217 ID 0xf version 1.1
  192. [ 0.546743] Switching to clocksource gp_timer
  193. [ 0.710367] NET: Registered protocol family 2
  194. [ 0.712890] TCP established hash table entries: 2048 (order: 2, 16384 bytes)
  195. [ 0.713174] TCP bind hash table entries: 2048 (order: 4, 73728 bytes)
  196. [ 0.714431] TCP: Hash tables configured (established 2048 bind 2048)
  197. [ 0.714723] TCP: reno registered
  198. [ 0.714767] UDP hash table entries: 256 (order: 2, 20480 bytes)
  199. [ 0.715114] UDP-Lite hash table entries: 256 (order: 2, 20480 bytes)
  200. [ 0.716271] NET: Registered protocol family 1
  201. [ 0.718644] RPC: Registered named UNIX socket transport module.
  202. [ 0.718678] RPC: Registered udp transport module.
  203. [ 0.718694] RPC: Registered tcp transport module.
  204. [ 0.718711] RPC: Registered tcp NFSv4.1 backchannel transport module.
  205. [ 0.719930] Trying to unpack rootfs image as initramfs...
  206. [ 0.722601] rootfs image is not initramfs (no cpio magic); looks like an initrd
  207. [ 1.270978] Freeing initrd memory: 65536K
  208. [ 1.271197] NetWinder Floating Point Emulator V0.97 (double precision)
  209. [ 1.491681] VFS: Disk quotas dquot_6.5.2
  210. [ 1.492043] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  211. [ 1.495523] NFS: Registering the id_resolver key type
  212. [ 1.496126] Key type id_resolver registered
  213. [ 1.496154] Key type id_legacy registered
  214. [ 1.496340] jffs2: version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc.
  215. [ 1.497050] msgmni has been set to 478
  216. [ 1.501595] io scheduler noop registered
  217. [ 1.501631] io scheduler deadline registered
  218. [ 1.501748] io scheduler cfq registered (default)
  219. [ 1.503495] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568
  220. [ 1.509231] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
  221. [ 1.517928] omap_uart 44e09000.serial: did not get pins for uart0 error: -19
  222. [ 1.518669] 44e09000.serial: ttyO0 at MMIO 0x44e09000 (irq = 88) is a OMAP UART0
  223. [ 2.165337] console [ttyO0] enabled
  224. [ 2.211802] brd: module loaded
  225. [ 2.239881] loop: module loaded
  226. [ 2.252005] mtdoops: mtd device (mtddev=name/number) must be supplied
  227. [ 2.260848] OneNAND driver initializing
  228. [ 2.273130] usbcore: registered new interface driver asix
  229. [ 2.279899] usbcore: registered new interface driver ax88179_178a
  230. [ 2.286887] usbcore: registered new interface driver cdc_ether
  231. [ 2.294204] usbcore: registered new interface driver smsc95xx
  232. [ 2.301101] usbcore: registered new interface driver net1080
  233. [ 2.307769] usbcore: registered new interface driver cdc_subset
  234. [ 2.314523] usbcore: registered new interface driver zaurus
  235. [ 2.321138] usbcore: registered new interface driver cdc_ncm
  236. [ 2.329997] usbcore: registered new interface driver cdc_wdm
  237. [ 2.335968] Initializing USB Mass Storage driver...
  238. [ 2.342169] usbcore: registered new interface driver usb-storage
  239. [ 2.348644] USB Mass Storage support registered.
  240. [ 2.354285] usbcore: registered new interface driver usbtest
  241. [ 2.363068] mousedev: PS/2 mouse device common for all mice
  242. [ 2.376255] omap_rtc 44e3e000.rtc: rtc core: registered 44e3e000.rtc as rtc0
  243. [ 2.385481] i2c /dev entries driver
  244. [ 2.392629] Driver for 1-wire Dallas network protocol.
  245. [ 2.403790] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
  246. [ 2.417831] omap_cpufreq_init: unable to get MPU regulator
  247. [ 2.427184] leds-gpio leds.3: pins are not configured from the driver
  248. [ 2.441764] ledtrig-cpu: registered to indicate activity on CPUs
  249. [ 2.450321] usbcore: registered new interface driver usbhid
  250. [ 2.456197] usbhid: USB HID core driver
  251. [ 2.462118] oprofile: no performance counters
  252. [ 2.470129] oprofile: using timer interrupt.
  253. [ 2.475574] TCP: cubic registered
  254. [ 2.479292] Initializing XFRM netlink socket
  255. [ 2.484022] NET: Registered protocol family 17
  256. [ 2.488895] NET: Registered protocol family 15
  257. [ 2.494085] Key type dns_resolver registered
  258. [ 2.498845] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
  259. [ 2.507034] ThumbEE CPU extension supported.
  260. [ 2.587363] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6
  261. [ 2.593810] davinci_mdio 4a101000.mdio: detected phy mask fffffffe
  262. [ 2.603878] libphy: 4a101000.mdio: probed
  263. [ 2.608292] davinci_mdio 4a101000.mdio: phy[0]: device 4a101000.mdio:00, driver SMSC LAN8710/LAN8720
  264. [ 2.618456] Random MACID = 82:9e:ba:74:96:2b
  265. [ 2.628927] omap_rtc 44e3e000.rtc: setting system clock to 2000-01-01 00:00:01 UTC (946684801)
  266. [ 2.643166] RAMDISK: gzip image found at block 0
  267. [ 3.290682] kjournald starting. Commit interval 5 seconds
  268. [ 3.297076] EXT3-fs (ram0): using internal journal
  269. [ 3.302330] EXT3-fs (ram0): mounted filesystem with ordered data mode
  270. [ 3.309402] VFS: Mounted root (ext3 filesystem) on device 1:0.
  271. [ 3.316882] devtmpfs: mounted
  272. [ 3.320994] Freeing init memory: 348K
  273. Mounting proc : OK
  274. Mounting sysfs : OK
  275. Mounting devtmpfs:mount: mounting none on /dev failed: Device or resource busy
  276. boot mounted: OK
  277. /dev/ttyO0 linked to /dev/tty-bd - using as console
  278.  
  279. ******************************************
  280. Starting System Init for GenericAM33XX(FlattenedDeviceTree)
  281. Release: X.x
  282. Kernel: Linux GenericAM33XX(FlattenedDeviceTree) 3.9.0-rc3-00048-g80a4a57 #5 SMP Tue Mar 19 11:32:55 CDT 2013 armv7l GNU/Linux
  283. ******************************************
  284. Saving kernel ring buffer : OK
  285. Mounting devpts : OK
  286. Setting up networking
  287. Configuring lo : OK
  288. Starting syslogd : OK
  289. Starting klogd : OK
  290. Mounting filesystems : OK
  291. mount: mounting none on /proc/bus/usb/ failed: No such file or directory
  292.  
  293. Please press Enter to activate this console.
  294. / #
  295. / #
  296. / #
  297. / #
  298. / # # cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_driver
  299. generic_cpu0
  300. / # ./test.sh/ # ./test.sh
  301. killall: memtester: no process killed
  302. 275000 500000 600000 720000 is the available freqs
  303. bogomips@ boot:
  304. BogoMIPS : 363.72
  305. Boot scaling frequency =550000
  306. TESTING for 1 seconds at 275000
  307. current scaling frequency(for 275000) =275000
  308. bogomips@ frequency 275000:
  309. BogoMIPS : 181.86
  310. TESTING for 1 seconds at 500000
  311. current scaling frequency(for 500000) =500000
  312. bogomips@ frequency 500000:
  313. BogoMIPS : 330.65
  314. TESTING for 1 seconds at 600000
  315. current scaling frequency(for 600000) =600000
  316. bogomips@ frequency 600000:
  317. BogoMIPS : 396.79
  318. TESTING for 1 seconds at 720000
  319. current scaling frequency(for 720000) =720000
  320. bogomips@ frequency 720000:
  321. BogoMIPS : 476.14
  322. More transitions TEST
  323. [0] 1000: 4 Seconds: Fri Dec 31 18:00:26 CST 1999 : time now = Fri Dec 31 18:00:30 CST 1999
  324. [1] 1000: 4 Seconds: Fri Dec 31 18:00:26 CST 1999 : time now = Fri Dec 31 18:00:30 CST 1999
  325. [2] 1000: 5 Seconds: Fri Dec 31 18:00:26 CST 1999 : time now = Fri Dec 31 18:00:31 CST 1999
  326. [3] 1000: 5 Seconds: Fri Dec 31 18:00:26 CST 1999 : time now = Fri Dec 31 18:00:31 CST 1999
  327. [4] 1000: 5 Seconds: Fri Dec 31 18:00:26 CST 1999 : time now = Fri Dec 31 18:00:31 CST 1999
  328. [5] 1000: 5 Seconds: Fri Dec 31 18:00:26 CST 1999 : time now = Fri Dec 31 18:00:31 CST 1999
  329. [6] 1000: 5 Seconds: Fri Dec 31 18:00:26 CST 1999 : time now = Fri Dec 31 18:00:31 CST 1999
  330. [7] 1000: 5 Seconds: Fri Dec 31 18:00:26 CST 1999 : time now = Fri Dec 31 18:00:31 CST 1999
  331. [8] 1000: 6 Seconds: Fri Dec 31 18:00:26 CST 1999 : time now = Fri Dec 31 18:00:32 CST 1999
  332. [9] 1000: 6 Seconds: Fri Dec 31 18:00:26 CST 1999 : time now = Fri Dec 31 18:00:32 CST 1999
  333. [10] 1000: 6 Seconds: Fri Dec 31 18:00:26 CST 1999 : time now = Fri Dec 31 18:00:32 CST 1999
  334. [11] 1000: 6 Seconds: Fri Dec 31 18:00:26 CST 1999 : time now = Fri Dec 31 18:00:32 CST 1999
  335. [12] 1000: 6 Seconds: Fri Dec 31 18:00:26 CST 1999 : time now = Fri Dec 31 18:00:32 CST 1999
  336. [13] 1000: 6 Seconds: Fri Dec 31 18:00:26 CST 1999 : time now = Fri Dec 31 18:00:32 CST 1999
  337. [14] 1000: 7 Seconds: Fri Dec 31 18:00:26 CST 1999 : time now = Fri Dec 31 18:00:33 CST 1999
  338. [15] 1000: 7 Seconds: Fri Dec 31 18:00:26 CST 1999 : time now = Fri Dec 31 18:00:33 CST 1999
  339. [16] 1000: 7 Seconds: Fri Dec 31 18:00:26 CST 1999 : time now = Fri Dec 31 18:00:33 CST 1999
  340. [17] 1000: 7 Seconds: Fri Dec 31 18:00:26 CST 1999 : time now = Fri Dec 31 18:00:33 CST 1999
  341. [18] 1000: 7 Seconds: Fri Dec 31 18:00:26 CST 1999 : time now = Fri Dec 31 18:00:33 CST 1999
  342. [19] 1000: 7 Seconds: Fri Dec 31 18:00:26 CST 1999 : time now = Fri Dec 31 18:00:33 CST 1999
  343. [20] 1000: 8 Seconds: Fri Dec 31 18:00:26 CST 1999 : time now = Fri Dec 31 18:00:34 CST 1999
  344. [...]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement