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

References

tools/llvm-xray/xray-stacks.cpp
  436         Deepest.first->ExtraData.IntermediateDurations.push_back(
  437             std::max(Deepest.second, R.TSC) - std::min(Deepest.second, R.TSC));
  437             std::max(Deepest.second, R.TSC) - std::min(Deepest.second, R.TSC));
  439         Deepest.first->ExtraData.TerminalDurations.push_back(
  440             std::max(Deepest.second, R.TSC) - std::min(Deepest.second, R.TSC));
  440             std::max(Deepest.second, R.TSC) - std::min(Deepest.second, R.TSC));