Simple timing testing of signals/slots
-
Hello,
I am trying to perform some simple performance testing regarding Qt's signals/slots mechanism.For example, I would like to see how long it takes for a slot attached to a pushbutton to be called once the release signal is raised.
I have tried to inherit the Pushbutton and redefine the release() function, but that did not work out very well. Are there any other simple methods?