Details
-
Suggestion
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
None
Description
It would be convenient to be able to profile event statistics such as type frequency and execution time. For instance, a command-line argument could turn this on and log statistics to a (CSV) file which can be analyzed later. Currently this functionality can be approximated by reimplementing QApplication::notify and event various handlers, and manually logging information to a file.