Planeshift
|
#include <csutil/parray.h>
#include <csutil/csstring.h>
#include <csutil/hash.h>
Go to the source code of this file.
Classes | |
class | psNamedProfiles |
Statistics of consumption by operations that are identified by names (strings) This is usable for most profilling purposes - some operations are identified using other means (e.g. More... | |
class | psOperProfile |
Statistics for one operation. More... | |
class | psOperProfileSet |
Statistics for all kinds of operations This class is abstract, you have to inherit from it to use it, for example add a method that will be called to collect statistics. More... | |
class | psStopWatch |
Used to measure time intervals. More... |