LLVM API Documentation

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

llvm::NamedRegionTimer Struct Reference

#include <Timer.h>

Inheritance diagram for llvm::NamedRegionTimer:

Inheritance graph
[legend]
Collaboration diagram for llvm::NamedRegionTimer:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 NamedRegionTimer (const std::string &Name)

Detailed Description

NamedRegionTimer - This class is basically a combination of TimeRegion and Timer. It allows you to declare a new timer, AND specify the region to time, all in one statement. All timers with the same name are merged. This is primarily used for debugging and for hunting performance problems.

Definition at line 132 of file Timer.h.


Constructor & Destructor Documentation

NamedRegionTimer::NamedRegionTimer const std::string &  Name  ) 
 

Definition at line 226 of file Timer.cpp.


The documentation for this struct was generated from the following files: