comparison 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
comparison
equal deleted inserted replaced
14753:c30916f904fb 14754:626a8ff2fe8c
41 { emit entered_debug_mode_signal (); } 41 { emit entered_debug_mode_signal (); }
42 42
43 void 43 void
44 octave_qt_event_listener::quit_debug_mode () 44 octave_qt_event_listener::quit_debug_mode ()
45 { emit quit_debug_mode_signal (); } 45 { emit quit_debug_mode_signal (); }
46