Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members Related Pages
Timeprobe.h File Reference
#include "ace/pre.h"
#include "ace/OS.h"
#include "ace/post.h"
Include dependency graph for Timeprobe.h:
This graph shows which files directly or indirectly include this file:
Detailed Description
Timeprobe.h,v 4.31 2001/05/18 06:36:29 irfan Exp
-
Author:
-
Irfan Pyarali
If users want to use time probes the ACE_COMPILE_TIMEPROBES flag must be defined when compiling ACE. This can be achieved by doing one of the following: . Use make probe = 1 if you are using the make utility. . Define ACE_COMPILE_TIMEPROBES in config.h . Define ACE_COMPILE_TIMEPROBES in the VC project file. . Other regular methods will also work. It is not necessary to define ACE_COMPILE_TIMEPROBES when using time probes you simply need ACE_ENABLE_TIMEPROBES. You can use the ACE_TIMEPROBE_* macros to program the time probes and use the ACE_ENABLE_TIMEPROBE to enable the time probes. If you define ACE_ENABLE_TIMEPROBE in your code but forget to compile ACE with ACE_COMPILE_TIMEPROBES you will end up with linker errors. Remember that ACE_COMPILE_TIMEPROBES means that the ACE library will contain code for time probes. This is only useful when compiling ACE. ACE_ENABLE_TIMEPROBES means that the ACE_TIMEPROBE_* macros should spring to life.
Define Documentation
#define ACE_FUNCTION_TIMEPROBE |
( |
X |
|
) |
|
|
#define ACE_TIMEPROBE |
( |
id |
|
) |
|
|
#define ACE_TIMEPROBE_EVENT_DESCRIPTIONS |
( |
descriptions, |
|
|
minimum_id |
|
) |
|
|
#define ACE_TIMEPROBE_PRINT
|
|
#define ACE_TIMEPROBE_PRINT_ABSOLUTE
|
|
#define ACE_TIMEPROBE_RESET
|
|
Generated on Sun Feb 17 17:31:47 2002 for ACE by
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001