HDK
|
#include "UT_API.h"
#include "UT_JSONWriter.h"
#include "UT_ValArray.h"
#include "UT_String.h"
#include "UT_StringArray.h"
#include "UT_StringMap.h"
#include "UT_PerfMonTypes.h"
#include <utility>
Go to the source code of this file.
Classes | |
class | UT_PerfMonStatDefinition |
Definition of a collected statistic. More... | |
class | UT_PerfMonStats |
A collection of statistics for a particular object (i.e. node, viewport). More... | |
Typedefs | |
typedef UT_StringMap< fpreal > | UT_PerfMonMaxStatValues |
typedef UT_ValArray < UT_PerfMonStatDefinition * > | UT_PerfMonStatDefinitions |
typedef UT_ValArray < UT_PerfMonStats * > | UT_PerfMonStatsList |
typedef UT_ValArray< const UT_PerfMonStats * > | UT_ConstPerfMonStatsList |
typedef UT_ValArray<const UT_PerfMonStats *> UT_ConstPerfMonStatsList |
Definition at line 35 of file UT_PerfMonStats.h.
typedef UT_StringMap<fpreal> UT_PerfMonMaxStatValues |
Definition at line 31 of file UT_PerfMonStats.h.
Definition at line 33 of file UT_PerfMonStats.h.
typedef UT_ValArray<UT_PerfMonStats *> UT_PerfMonStatsList |
Definition at line 34 of file UT_PerfMonStats.h.