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:1 by , 5 years ago
| Status: | new → accepted |
|---|
comment:3 by , 4 years ago
| Milestone: | → MR12.8 |
|---|---|
| Resolution: | → fixed |
| Status: | accepted → closed |
| Version: | → MR12.7 |
Note:
See TracTickets
for help on using tickets.

https://s3.amazonaws.com/eswenson-multics/public/mcrs/MCR10110.pdf