You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdesdk/kprofilemethod
Serghei Amelian cda563da54
[tdesdk/cmake] added forgotten files
12 years ago
..
CMakeLists.txt [tdesdk/cmake] added forgotten files 12 years ago
Makefile.am Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
README Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kprofilemethod.h Trinity Qt initial conversion 14 years ago

README

As the docu in kprofilemethod.h says:

 Those macros help profiling using QTime.
 They allow to sum up the time taken by a given bit of code
 in a method called several times.
 This way one can find out which low-level method used by a high-level
 method is taking most of its time.

WARNING:

 Please do not commit code that uses kprofilemethod.h
 Since not everyone has kdesdk installed, it won't build for everyone.
 This is a tool to be used for a one-time profiling, and then you need
 to remove all its traces before committing.

TODO:

 KDevelop, XEmacs and vi shortcuts to insert begin/end macros around a block
 of code (e.g. after selecting it) - this macro would also insert the
 int variable, and another shortcut for inserting the print macro.