Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3
using namespace PS;
4
5
TEST(Bitmap, SetClear) {
6
Bitmap x(100, true);
7
x.clear(30);
8
EXPECT_EQ(x.test(30), false);
9
}
10
11
TEST(Bitmap, NNZ) {
12
Callers
nothing calls this directly
Calls
6
test
Method · 0.80
clear
Method · 0.45
begin
Method · 0.45
end
Method · 0.45
set
Method · 0.45
nnz
Method · 0.45
Tested by
no test coverage detected