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

  /src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
profile_collector_test.cc 163 Profile Profile1, Profile2;
166 std::tie(Profile2, P) = ParseProfile(P);
168 ASSERT_NE(Profile1.Path.size(), Profile2.Path.size());
169 auto &P1 = Profile1.Path.size() < Profile2.Path.size() ? Profile2 : Profile1;
170 auto &P2 = Profile1.Path.size() < Profile2.Path.size() ? Profile1 : Profile2;

Completed in 11 milliseconds