Everything

debugger.Performance.Delete


This function deletes a condition of performance measurement. [RH850][E1/E2/E20/Full-spec emulator/IE850A]

[Specification format]

debugger.Performance.Delete(performanceNumber = "")

[Argument(s)]

Argument

Description

performanceNumber

Specify the performance measurement event number to delete.

[Return value]

If the condition of performance measurement event was deleted successfully: True

If there was an error when deleting the condition of performance measurement event: False

[Detailed description]

-

This function deletes the condition of the performance measurement event number specified by performanceNumber.

-

If performanceNumber is not specified, then conditions of all performance measurement event numbers will be deleted.

[Example of use]

>>>debugger.Performance.Delete(1)
True
>>>