BogoMIPS and magical values
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
- Subject: BogoMIPS and magical values
- From: "Denis Kirjanov" <kirjanov@xxxxxxxxx>
- Date: Wed, 17 Dec 2008 18:06:28 +0300
Hi!
The function calibrate_delay() from init/main.c comtains the following line:
printk(KERN_CONT "%lu.%02lu BogoMIPS (lpj=%lu)\n",
loops_per_jiffy/(500000/HZ),
(loops_per_jiffy/(5000/HZ)) % 100, loops_per_jiffy);
Please explain how bogoMIPS is computed. Why loops_per_jiffy is divided by 500000.
Thanks in advance.
--
Regards,
Denis
[Index of Archives]
[Newbies FAQ]
[Linux Kernel Mentors]
[Linux Kernel Development]
[IETF Annouce]
[Git]
[Networking]
[Security]
[Bugtraq]
[Yosemite]
[MIPS Linux]
[ARM Linux]
[Linux RAID]
[Linux SCSI]
[Linux ACPI]