Home
last modified time | relevance | path

Searched refs:SampleProfTest (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/ProfileData/
H A DSampleProfTest.cpp42 struct SampleProfTest : ::testing::Test { struct
47 SampleProfTest() : Writer(), Reader() {} in SampleProfTest() function
401 TEST_F(SampleProfTest, roundtrip_text_profile) { in TEST_F() argument
405 TEST_F(SampleProfTest, roundtrip_raw_binary_profile) { in TEST_F() argument
413 TEST_F(SampleProfTest, roundtrip_ext_binary_profile) { in TEST_F() argument
421 TEST_F(SampleProfTest, remap_text_profile) { in TEST_F() argument
425 TEST_F(SampleProfTest, remap_raw_binary_profile) { in TEST_F() argument
429 TEST_F(SampleProfTest, remap_ext_binary_profile) { in TEST_F() argument
433 TEST_F(SampleProfTest, sample_overflow_saturation) { in TEST_F() argument
462 TEST_F(SampleProfTest, default_suffix_elision_text) { in TEST_F() argument
[all …]
H A DCMakeLists.txt13 SampleProfTest.cpp
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/unittests/ProfileData/
H A DBUILD.gn15 "SampleProfTest.cpp",