This class provides a static hash that should be unique for a line within a specific function.  
 More...
#include <CodeTimings.h>
This class provides a static hash that should be unique for a line within a specific function. 
  
  | 
        
          | AL::usdmaya::ProfilerSectionTag::ProfilerSectionTag | ( | const std::string | sectionName, |  
          |  |  | const std::string | filePath, |  
          |  |  | const size_t | lineNumber |  
          |  | ) |  |  |  | inline | 
 
ctor 
- Parameters
- 
  
    | sectionName | a human readable name for the profiling section |  | filePath | the file that contains this code section |  | lineNumber | the line number in the file where this section starts |  
 
 
 
  
  | 
        
          | size_t AL::usdmaya::ProfilerSectionTag::hash | ( |  | ) | const |  | inline | 
 
return the hash of this class 
- Returns
- the hash of this class 
 
 
equality operator 
- Parameters
- 
  
    | rhs | right hand side to test for equality |  
 
- Returns
- true if equal, false otherwise 
 
 
The documentation for this class was generated from the following file: