#include "ace/pre.h"
#include "ace/OS.h"
#include "ace/Unbounded_Set.h"
#include "ace/post.h"
Include dependency graph for Timeprobe_T.h:
This graph shows which files directly or indirectly include this file:
Compounds | |
class | ACE_Function_Timeprobe |
Auto pointer like time probes. It will record <event> on construction and <event + 1> on destruction. More... | |
class | ACE_Timeprobe |
This class is used to instrument code. This is accomplished by inserting time probes at different location in the code. ACE_Timeprobe then measures the time difference between two time probes. More... |
Timeprobe_T.h,v 4.19 2002/04/12 11:31:16 jwillemsen Exp