MCPcopy Create free account
hub / github.com/dmlc/parameter_server / TEST

Function TEST

src/test/bitmap_test.cc:5–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3using namespace PS;
4
5TEST(Bitmap, SetClear) {
6 Bitmap x(100, true);
7 x.clear(30);
8 EXPECT_EQ(x.test(30), false);
9}
10
11TEST(Bitmap, NNZ) {
12

Callers

nothing calls this directly

Calls 6

testMethod · 0.80
clearMethod · 0.45
beginMethod · 0.45
endMethod · 0.45
setMethod · 0.45
nnzMethod · 0.45

Tested by

no test coverage detected