struct TimerGroup::PrintRecord
Declaration
struct TimerGroup::PrintRecord { /* full declaration omitted */ };
Declared at: llvm/include/llvm/Support/Timer.h:171
Member Variables
- public llvm::TimeRecord Time
- public std::string Name
- public std::string Description
Method Overview
- public PrintRecord(const llvm::TimerGroup::PrintRecord & Other)
- public PrintRecord(const llvm::TimeRecord & Time, const std::string & Name, const std::string & Description)
Methods
¶PrintRecord(
const llvm::TimerGroup::PrintRecord& Other)
PrintRecord(
const llvm::TimerGroup::PrintRecord& Other)
Declared at: llvm/include/llvm/Support/Timer.h:176
Parameters
- const llvm::TimerGroup::PrintRecord& Other
¶PrintRecord(const llvm::TimeRecord& Time,
const std::string& Name,
const std::string& Description)
PrintRecord(const llvm::TimeRecord& Time,
const std::string& Name,
const std::string& Description)
Declared at: llvm/include/llvm/Support/Timer.h:178
Parameters
- const llvm::TimeRecord& Time
- const std::string& Name
- const std::string& Description