From e9f79a2e999502b86c733115d31729fbd435cbf2 Mon Sep 17 00:00:00 2001 From: jaseg Date: Tue, 22 Aug 2017 20:13:10 +0200 Subject: Add profiling script --- fw/profile.gdb | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 fw/profile.gdb (limited to 'fw/profile.gdb') diff --git a/fw/profile.gdb b/fw/profile.gdb new file mode 100644 index 0000000..fd26540 --- /dev/null +++ b/fw/profile.gdb @@ -0,0 +1,5 @@ +set pagination off +target remote localhost:3333 +while(1) + continue +end -- cgit