reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/XRay/Profile.cpp
  224     PathAndData.reserve(IndexedThreadBlock.second->size());
  225     copy(*IndexedThreadBlock.second, std::back_inserter(PathAndData));
  227         Merged.addBlock({IndexedThreadBlock.first, std::move(PathAndData)}));