ΒΆExpected<llvm::xray::Profile> loadProfile(
llvm::StringRef Filename)
Expected<llvm::xray::Profile> loadProfile(
llvm::StringRef Filename)
Description
This function will attempt to load an XRay Profiling Mode profile from the provided |Filename|. For any errors encountered in the loading of the profile data from |Filename|, this function will return an Error condition appropriately.
Declared at: llvm/include/llvm/XRay/Profile.h:37
Parameters
- llvm::StringRef Filename