Skip to content

Don't calculate IPC scaling using stats["IPC"].mean() #17

@Jonathan3145

Description

@Jonathan3145

Instead use something like

(stats["Useful Instructions"].sum() / stats["Useful Cycles"].sum())/
(self._stats_dict[ref_key].stats["Useful Instructions"].sum()/self._stats_dict[ref_key].stats["Useful Cycles"].sum())

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions