Opened 9 years ago

Closed 4 years ago

#66 closed defect (fixed)

'instr_speed' command handles MIPS > 9 poorly

Reported by: anonymous Owned by: Eric Swenson
Priority: minor Milestone: MR12.8
Component: Tools Version: MR12.7
Keywords: Cc:

Description

When the CPU speed hit 16 MIPS, instr_speed reported:

MIPS AVE = 1.62707446e1, TIME AVE = 221, 61 NANOSECONDS

The speed reporting formatting is apparently assuming the MIPS is not expected to exceed 9.

The expected result should have been something like:

MIPS AVE = 16.270, TIME AVE = 221, 61 NANOSECONDS

or

MIPS AVE = 16.27, TIME AVE = 221, 61 NANOSECONDS

Change History (3)

comment:2 by Eric Swenson, 4 years ago

Installed: MCR10110-MR12.8-1021

comment:3 by Eric Swenson, 4 years ago

Milestone: MR12.8
Resolution: fixed
Status: acceptedclosed
Version: MR12.7
Note: See TracTickets for help on using tickets.