commit | 1acea13767932425f3bb7f51611f9409890b052c | [log] [tgz] |
---|---|---|
author | Mario Noseda <mario.noseda@zhaw.ch> | Tue Oct 15 08:04:48 2019 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Mon Nov 04 08:51:58 2019 -0500 |
tree | ebd4a5e63da5541d2f8fbd625eb4a0ebbec15546 | |
parent | 97c310e225545e85b02aabd0240c775d6648c191 [diff] |
tests: benchmark: boot_time: fixed kernel clock value Using a device with a kernel clock below 1MHz (e.g. nRF52) resulted in a division by zero. Added support for such devices by multiplying before dividing. Signed-off-by: Mario Noseda <mario.noseda@zhaw.ch>