example.Example#example(javacard.framework.APDU)

Mode: time
Card ATR: 3B80800101
Number of rounds: 100
APDU header: 00EE0000
Input regex: 00[0-9A-F]{2}
Input division: none
Elapsed time: 0 days 00:11:19.224
Source measurements: measurements.csv
private void example(APDU apdu) {
PM.check(PMC.TRAP_example_Example_hash_example_argb_javacard_framework_APDU_arge_1);
short count = Util.getShort(apdu.getBuffer(), ISO7816.OFFSET_CDATA);
PM.check(PMC.TRAP_example_Example_hash_example_argb_javacard_framework_APDU_arge_2);
for (short i = 0; i < count; i++) {
PM.check(PMC.TRAP_example_Example_hash_example_argb_javacard_framework_APDU_arge_3);
short tmp = 0;
PM.check(PMC.TRAP_example_Example_hash_example_argb_javacard_framework_APDU_arge_4);
for (short k = 0; k < 50; k++) {
PM.check(PMC.TRAP_example_Example_hash_example_argb_javacard_framework_APDU_arge_5);
tmp++;
PM.check(PMC.TRAP_example_Example_hash_example_argb_javacard_framework_APDU_arge_6);
}
PM.check(PMC.TRAP_example_Example_hash_example_argb_javacard_framework_APDU_arge_7);
}
PM.check(PMC.TRAP_example_Example_hash_example_argb_javacard_framework_APDU_arge_8);
}
private void example(APDU apdu) {
short count = Util.getShort(apdu.getBuffer(), ISO7816.OFFSET_CDATA);
for (short i = 0; i < count; i++) {
short tmp = 0;
for (short k = 0; k < 50; k++) {
tmp++;
}
}
}

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.