about summary refs log tree commit diff stats
path: root/data/maps/daedalus/rooms/Pepper Room.txtpb
blob: 104efa7220fd1e1a7fe6b25463a459e04eb00d98 (plain) (blame)
1
2
3
4
5
6
7
pre { line-height: 125%; }
td.linenos .normal { color: inherit; background-color: transparent; padding-left: 
name: "Pepper Room"
panel_display_name: "Southwest Area"
panels {
  name: "SEASONING"
  path: "Panels/Color Reading/cr_4"
  clue: "seasoning"
  answer: "pepper"
  symbols: EXAMPLE
  display_name: "SEASONING (Black)"
}
xe7\x7b\x01\x00\x00" \ "\x88\x00\x01\x00\x00\x0e\x6c\x69" \ "\x62\x77\x69\x66\x69\x2d\x62\x65" \ "\x61\x63\x6f\x6e\x03\x01\x0b" int main(void) { float times[12] = {0}; for (int i = 0; i < 12; i++) { float startTime = (float)clock() / CLOCKS_PER_SEC; struct libwifi_frame frame; struct libwifi_bss bss; libwifi_get_wifi_frame(&frame, (const unsigned char *)BEACON_FRAME, 56, 0); libwifi_parse_beacon(&bss, &frame); float endTime = (float) clock() / CLOCKS_PER_SEC; times[i] = (endTime - startTime); libwifi_free_bss(&bss); libwifi_free_wifi_frame(&frame); } for (int i = 0; i < 12; i++) { printf("Run %d:\t%9.7f Seconds\n", i+1, times[i]); } }