Go to the source code of this file.
Classes | |
class | CamProfile |
To time various bits of the Camelot subsytem Notes: In the OIL See Also: CamProfiler. More... | |
class | CamProfiler |
To report on time taken in various CamProfile sections Notes: In the OIL See Also: CamProfile. More... | |
Enumerations | |
enum | CamProfileMode { CAMPROFILE_OTHER = 0, CAMPROFILE_GDRAW, CAMPROFILE_SHADOW, CAMPROFILE_BEVEL, CAMPROFILE_BLIT, CAMPROFILE_NONE } |
|
Definition at line 104 of file camprofile.h. 00105 { 00106 CAMPROFILE_OTHER = 0, 00107 CAMPROFILE_GDRAW, 00108 CAMPROFILE_SHADOW, 00109 CAMPROFILE_BEVEL, 00110 CAMPROFILE_BLIT, 00111 00112 CAMPROFILE_NONE // Must be the last in the list 00113 } CamProfileMode;
|