VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
profileIterator.h
Go to the documentation of this file.
1 /*********************************************************************************
2 ** Copyright (c) 2014 MAK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************************/
5 
10 
11 #pragma once
12 
13 #include "vrfutil/vrfutilDefines.h"
14 
15 #include "vrfutil/profileNode.h"
16 
17 namespace makVrf
18 {
19  //forward defs
20  typedef unsigned long long DtUInt64;
21  class DtProfileNode;
22 
26  {
27  public:
29  void first();
31  void next();
33  bool isDone() const;
34 
39  void enterChild( int index );
40 
42  void enterParent( );
43 
45  void enterLargestChild( );
46 
49  const char* currentName();
50 
53  int currentTotalCalls();
54 
57  DtProfileStat currentTotalTime();
58 
60  const char* currentParentName() const;
62  int currentParentTotalCalls() const;
64  DtProfileStat currentParentTotalTime() const;
65 
67  DtProfileNode* currentNode();
68 
70  DtProfileNode* currenParent();
71 
72  protected:
75  friend class DtProfileManager;
76 
79  };
80 }

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)