number_of_entries_in_report - ChairImpSec/PROLEAD GitHub Wiki
Type
Integer
Default
0
Description
Specifies the number of most-leaking probing sets to include in the report. If left unspecified, PROLEAD will report only the single most leaking probing set per clock cycle, helping to identify the exact cycle where leakage occurs. When specified, this setting prompts PROLEAD to additionally provide a list of the most-leaking probing sets, offering a more detailed view of the leakage.
Impact
none
Examples
"performance": {
"number_of_entries_in_report": 5
}
In this example, we set the number of entries to 5.