LLVM 19.0.0git
Public Member Functions | List of all members
llvm::Duration Class Reference

#include "llvm/Support/Duration.h"

Public Member Functions

 Duration (std::chrono::milliseconds Value)
 
std::chrono::milliseconds getDuration () const
 

Detailed Description

Definition at line 20 of file Duration.h.

Constructor & Destructor Documentation

◆ Duration()

llvm::Duration::Duration ( std::chrono::milliseconds  Value)
inline

Definition at line 23 of file Duration.h.

Member Function Documentation

◆ getDuration()

std::chrono::milliseconds llvm::Duration::getDuration ( ) const
inline

Definition at line 24 of file Duration.h.

Referenced by llvm::raw_fd_ostream::tryLockFor().


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