Simple timing testing of signals/slots
General and Desktop
3
Posts
3
Posters
3.1k
Views
1
Watching
-
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?