<probes>.new-fraction-object-probe "name" ["display-name"] "numerator-probe" "denominator-probe" [extra-factor] [owner]
Add a new probe with name which is the fraction of the numerator-probe compared to the denominator-probe. The display-name can be used when presenting the probe in a monitor tool or similar. The extra-factor argument can be used to add a factor to the new fraction probe to scale it. Default extra-factor is 1.
This numerator and the denominator represents a single probe in possibly different objects. The syntax for pointing out the probes is object:probe-name, e.g., board.mb.cpu[0]:cpu.cycles, or just probe-name if it is a global object.
The owner sets the owner of the new fraction probe.
Simics Core