example.Example#Example()

Mode: memory
Card ATR: 3B8580018073C821100E
APDU header: measured during installation
Input: measured during installation
Elapsed time: measured during installation
Source measurements: measurements.csv
private Example() {
PM.check(PMC.TRAP_example_Example_argb_arge_1);
// Transient Deselect byte[] transientDeselect = JCSystem.makeTransientByteArray(((short) (256)), JCSystem.CLEAR_ON_DESELECT);
PM.check(PMC.TRAP_example_Example_argb_arge_2);
// Transient Reset byte[] transientReset = JCSystem.makeTransientByteArray(((short) (256)), JCSystem.CLEAR_ON_RESET);
PM.check(PMC.TRAP_example_Example_argb_arge_3);
// Persistent byte[] persistent = new byte[256];
PM.check(PMC.TRAP_example_Example_argb_arge_4);
}
private Example() {
// Transient Deselect
byte[] transientDeselect = JCSystem.makeTransientByteArray(((short) (256)), JCSystem.CLEAR_ON_DESELECT);
// Transient Reset
byte[] transientReset = JCSystem.makeTransientByteArray(((short) (256)), JCSystem.CLEAR_ON_RESET);
// Persistent
byte[] persistent = new byte[256];
}

Colour explanation

Currently selected trap
Trap was never reached
Trap was reached only sometimes

Click on a graph item to get a list of corresponding inputs.