proxygen
ZeroCopyTest.cpp File Reference

Go to the source code of this file.

Functions

 TEST (ZeroCopyTest, zero_copy_in_progress)
 

Variables

static auto constexpr kMaxLoops = 20
 
static auto constexpr kBufferSize = 4096
 

Function Documentation

TEST ( ZeroCopyTest  ,
zero_copy_in_progress   
)

Definition at line 26 of file ZeroCopyTest.cpp.

References kBufferSize, kMaxLoops, folly::ZeroCopyTest::run(), and test().

26  {
28  CHECK(test.run());
29 }
static auto constexpr kMaxLoops
static uint64_t test(std::string name, bool fc_, bool dedicated_, bool tc_, bool syncops_, uint64_t base)
static auto constexpr kBufferSize

Variable Documentation

auto constexpr kBufferSize = 4096
static

Definition at line 24 of file ZeroCopyTest.cpp.

Referenced by TEST().

auto constexpr kMaxLoops = 20
static

Definition at line 23 of file ZeroCopyTest.cpp.

Referenced by TEST().