ΒΆllvm::xray::Profile mergeProfilesByThread(
    const llvm::xray::Profile& L,
    const llvm::xray::Profile& R)

Description

This algorithm will merge two Profile instances into a single Profile instance, aggregating blocks by Thread ID.

Declared at: llvm/include/llvm/XRay/Profile.h:41

Parameters

const llvm::xray::Profile& L
const llvm::xray::Profile& R