MCPcopy Create free account
hub / github.com/apache/mesos / TEST_F

Function TEST_F

src/tests/containerizer/perf_tests.cpp:48–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46
47
48TEST_F(PerfTest, ROOT_PERF_Events)
49{
50 // Valid events.
51 EXPECT_TRUE(perf::valid({"cycles", "task-clock"}));
52
53 // Invalid event among valid events.
54 EXPECT_FALSE(perf::valid({"cycles", "task-clock", "invalid-event"}));
55}
56
57
58TEST_F(PerfTest, ROOT_PERF_Sample)

Callers

nothing calls this directly

Calls 14

validFunction · 0.85
sampleFunction · 0.85
SecondsClass · 0.85
WSUCCEEDEDFunction · 0.85
parseVersionFunction · 0.85
parseFunction · 0.50
spawnFunction · 0.50
versionFunction · 0.50
VersionEnum · 0.50
emptyMethod · 0.45
sizeMethod · 0.45
containsMethod · 0.45

Tested by

no test coverage detected