LLVM 20.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::TimeTraceMetadata Struct Reference

#include "llvm/Support/TimeProfiler.h"

Public Member Functions

bool isEmpty () const
 

Public Attributes

std::string Detail
 
std::string File
 
int Line = 0
 

Detailed Description

Definition at line 86 of file TimeProfiler.h.

Member Function Documentation

◆ isEmpty()

bool llvm::TimeTraceMetadata::isEmpty ( ) const
inline

Definition at line 92 of file TimeProfiler.h.

References Detail, and File.

Member Data Documentation

◆ Detail

std::string llvm::TimeTraceMetadata::Detail

Definition at line 87 of file TimeProfiler.h.

Referenced by isEmpty().

◆ File

std::string llvm::TimeTraceMetadata::File

Definition at line 89 of file TimeProfiler.h.

Referenced by isEmpty().

◆ Line

int llvm::TimeTraceMetadata::Line = 0

Definition at line 90 of file TimeProfiler.h.


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