Lines Matching +full:exit +full:- +full:latency
1 //===- xray-account.h - XRay Function Call Accounting ---------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
18 #include "func-id-helper.h"
43 RecursionStatus &operator--();
61 void recordLatency(int32_t FuncId, uint64_t Latency) {
62 FunctionLatencies[FuncId].push_back(Latency);
86 /// - An exit record does not match any entry records for the same function.
89 /// - A record has a TSC that's before the latest TSC that has been
90 /// recorded. We still record the TSC for the min-max.