HomeSort by: relevance | last modified time | path
    Searched refs:recordLatency (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-xray/
xray-account.h 63 void recordLatency(int32_t FuncId, uint64_t Latency) {
xray-account.cpp 192 recordLatency(Top.first, diff(Top.second, Record.TSC));
243 recordLatency(E.first, diff(E.second, Record.TSC));

Completed in 42 milliseconds