aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index 525a0d9..0fb018f 100644
--- a/src/main.c
+++ b/src/main.c
@@ -15,7 +15,7 @@ WITH REGARD TO THIS SOFTWARE.
15#include "renderer_m0.c" 15#include "renderer_m0.c"
16#include "sequencer.c" 16#include "sequencer.c"
17 17
18#define PROF_ENABLE 1 18#define PROF_ENABLE 0
19#include "profiling.c" 19#include "profiling.c"
20 20
21void 21void
@@ -66,7 +66,6 @@ render(void) {
66 redraw_params = false; 66 redraw_params = false;
67 } 67 }
68 68
69 // PROF(draw_current_step(COL_RED), draw_cursor_cycles);
70 PROF(draw_cursors(), draw_cursor_cycles); 69 PROF(draw_cursors(), draw_cursor_cycles);
71} 70}
72 71