diff gui/src/octave-qt-event-listener.cc @ 14754:626a8ff2fe8c gui

The GUI now shows performance information in the status bar of the GUI (ie. how much overhead it causes in the octave thread compares to the terminal version). * main-window: Added update timer. Added slot to update status bar with performance info. * octave-link:: Added performance information struct and timing calls.
author Jacob Dawid <jacob.dawid@googlemail.com>
date Sat, 09 Jun 2012 19:59:43 +0200
parents e94a54ee0f46
children
line wrap: on
line diff
--- a/gui/src/octave-qt-event-listener.cc
+++ b/gui/src/octave-qt-event-listener.cc
@@ -43,3 +43,4 @@
 void
 octave_qt_event_listener::quit_debug_mode ()
 { emit quit_debug_mode_signal (); }
+