HDK
|
#include "UT_API.h"
#include "UT_PriorityQueue.h"
#include "UT_ValArray.h"
#include <SYS/SYS_Time.h>
Go to the source code of this file.
Classes | |
struct | UT_TimeBlock |
class | UT_TimeBlockCompare |
class | UT_PerfMonUtils |
Typedefs | |
typedef UT_ValArray< UT_TimeBlock > | UT_TimeBlockList |
typedef UT_PriorityQueue < UT_TimeBlock *, UT_TimeBlockCompare, false > | UT_TimeBlockQueue |
typedef UT_ValArray<UT_TimeBlock> UT_TimeBlockList |
Definition at line 24 of file UT_PerfMonUtils.h.
typedef UT_PriorityQueue<UT_TimeBlock *, UT_TimeBlockCompare, false> UT_TimeBlockQueue |
Definition at line 46 of file UT_PerfMonUtils.h.