HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
COP2_DebugTimingNode Class Reference

#include <COP2_DebugTiming.h>

Public Member Functions

 COP2_DebugTimingNode (const char *nodepath)
 
void addCookTime (double time)
 
void print (std::ostream &os) const
 

Public Attributes

UT_String myNodePath
 
int myNumCooks
 
double myTotalCookTime
 
double myMinCookTime
 
double myMaxCookTime
 

Detailed Description

Definition at line 28 of file COP2_DebugTiming.h.

Constructor & Destructor Documentation

COP2_DebugTimingNode::COP2_DebugTimingNode ( const char *  nodepath)
inline

Definition at line 31 of file COP2_DebugTiming.h.

Member Function Documentation

void COP2_DebugTimingNode::addCookTime ( double  time)
inline

Definition at line 39 of file COP2_DebugTiming.h.

void COP2_DebugTimingNode::print ( std::ostream &  os) const
inline

Definition at line 55 of file COP2_DebugTiming.h.

Member Data Documentation

double COP2_DebugTimingNode::myMaxCookTime

Definition at line 70 of file COP2_DebugTiming.h.

double COP2_DebugTimingNode::myMinCookTime

Definition at line 69 of file COP2_DebugTiming.h.

UT_String COP2_DebugTimingNode::myNodePath

Definition at line 66 of file COP2_DebugTiming.h.

int COP2_DebugTimingNode::myNumCooks

Definition at line 67 of file COP2_DebugTiming.h.

double COP2_DebugTimingNode::myTotalCookTime

Definition at line 68 of file COP2_DebugTiming.h.


The documentation for this class was generated from the following file: