LLVM  8.0.1
Classes | Namespaces
Timer.h File Reference
#include "llvm/ADT/StringMap.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/DataTypes.h"
#include <cassert>
#include <string>
#include <utility>
#include <vector>
Include dependency graph for Timer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  llvm::TimeRecord
 
class  llvm::Timer
 This class is used to track the amount of time spent between invocations of its startTimer()/stopTimer() methods. More...
 
class  llvm::TimeRegion
 The TimeRegion class is used as a helper class to call the startTimer() and stopTimer() methods of the Timer class. More...
 
struct  llvm::NamedRegionTimer
 This class is basically a combination of TimeRegion and Timer. More...
 
class  llvm::TimerGroup
 The TimerGroup class is used to group together related timers into a single report that is printed when the TimerGroup is destroyed. More...
 

Namespaces

 llvm
 This class represents lattice values for constants.