HomeSort by: relevance | last modified time | path
    Searched defs:Trie (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
function_call_trie_test.cc 24 FunctionCallTrie Trie(Allocators);
30 FunctionCallTrie Trie(A);
34 Trie.enterFunction(1, TSC++, CPU++);
35 Trie.exitFunction(1, TSC++, CPU++);
36 const auto &R = Trie.getRoots();
47 FunctionCallTrie Trie(A);
49 Trie.enterFunction(1, std::numeric_limits<uint64_t>::max(), 0);
50 Trie.exitFunction(1, 1, 0);
51 const auto &R = Trie.getRoots();
62 FunctionCallTrie Trie(A)
    [all...]

Completed in 22 milliseconds