/commonlibrary/c_utils/base/test/benchmarktest/ |
H A D | benchmark_assert.h | 22 void AssertEqual(const T1 &t1, const T2 &t2, const char* printInfo, benchmark::State& state)
in AssertEqual() 30 void AssertUnequal(const T1 &t1, const T2 &t2, const char* printInfo, benchmark::State& state)
in AssertUnequal() 38 void AssertFalse(const T &t, const char* printInfo, benchmark::State& state)
in AssertFalse() 46 void AssertTrue(const T &t, const char* printInfo, benchmark::State& state)
in AssertTrue() 54 void AssertLessThan(const T1 &t1, const T2 &t2, const char* printInfo, benchmark::State& state)
in AssertLessThan() 62 void AssertLessThanOrEqual(const T1 &t1, const T2 &t2, const char* printInfo, benchmark::State& state)
in AssertLessThanOrEqual() 70 void AssertGreaterThan(const T1 &t1, const T2 &t2, const char* printInfo, benchmark::State& state)
in AssertGreaterThan() 78 void AssertGreaterThanOrEqual(const T1 &t1, const T2 &t2, const char* printInfo, benchmark::State& state)
in AssertGreaterThanOrEqual() 85 void AssertStringEqual(const char* str1, const char* str2, const char* printInfo, benchmark::State& state)
in AssertStringEqual()
|
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/ |
H A D | stdin.rs | 19 use crate::io::{AsyncRead, ReadBuf, State}; 27 state: State<io::Stdin>, 41 state: State::init(), in stdin() 53 State::Idle(ref mut buf_op) => { in poll_read() 71 self.state = State::Poll(handle); in poll_read() 73 State::Poll(ref mut join_handle) => { in poll_read() 83 self.state = State::Idle(Some(buf_inner)); in poll_read() 87 self.state = State::Idle(Some(buf_inner)); in poll_read()
|
H A D | stdio.rs | 22 pub(crate) enum State<T> { 27 impl<T> State<T> { impls 29 State::Idle(Some(BufInner::new())) 118 State::Idle(ref mut buf_op) => { in poll_write() 138 self.state = State::Poll(handle); in poll_write() 141 State::Poll(ref mut join_handle) => { in poll_write() 146 self.state = State::Idle(Some(buf_inner)); in poll_write() 160 State::Idle(ref mut buf_cell) => { in poll_flush() 167 self.state = State::Poll(spawn_blocking(move || { in poll_flush() 174 State in poll_flush() [all...] |
H A D | stderr.rs | 20 use crate::io::{AsyncWrite, State}; 28 state: State<io::Stderr>, 43 state: State::init(), in stderr()
|
H A D | stdout.rs | 20 use crate::io::{AsyncWrite, State}; 28 state: State<io::Stdout>, 43 state: State::init(), in stdout()
|
/commonlibrary/c_utils/base/test/benchmarktest/directory_benchmark_test/ |
H A D | directory_benchmark_test.cpp | 32 void SetUp(const ::benchmark::State& state) override 36 void TearDown(const ::benchmark::State& state) override 58 BENCHMARK_F(BenchmarkDirectoryTest, testGetCurrentProcFullFileName001)(benchmark::State& state) in BENCHMARK_F() 73 BENCHMARK_F(BenchmarkDirectoryTest, testGetCurrentProcPath001)(benchmark::State& state) in BENCHMARK_F() 88 BENCHMARK_F(BenchmarkDirectoryTest, testExtractFilePath001)(benchmark::State& state) in BENCHMARK_F() 103 BENCHMARK_F(BenchmarkDirectoryTest, testExtractFileName001)(benchmark::State& state) in BENCHMARK_F() 118 BENCHMARK_F(BenchmarkDirectoryTest, testExtractFileExt001)(benchmark::State& state) in BENCHMARK_F() 133 BENCHMARK_F(BenchmarkDirectoryTest, testExtractFileExt002)(benchmark::State& state) in BENCHMARK_F() 148 BENCHMARK_F(BenchmarkDirectoryTest, testExcludeTrailingPathDelimiter001)(benchmark::State& state) in BENCHMARK_F() 163 BENCHMARK_F(BenchmarkDirectoryTest, testIncludeTrailingPathDelimiter001)(benchmark::State [all...] |
/commonlibrary/c_utils/base/test/benchmarktest/string_benchmark_test/ |
H A D | string_benchmark_test.cpp | 42 void SetUp(const ::benchmark::State& state) override 46 void TearDown(const ::benchmark::State& state) override 72 BENCHMARK_F(BenchmarkStringTest, test_strupper_01)(benchmark::State& state) in BENCHMARK_F() 88 BENCHMARK_F(BenchmarkStringTest, test_strupper_02)(benchmark::State& state) in BENCHMARK_F() 108 BENCHMARK_F(BenchmarkStringTest, test_strlower_01)(benchmark::State& state) in BENCHMARK_F() 124 BENCHMARK_F(BenchmarkStringTest, test_strlower_02)(benchmark::State& state) in BENCHMARK_F() 144 BENCHMARK_F(BenchmarkStringTest, test_strreplace_01)(benchmark::State& state) in BENCHMARK_F() 183 BENCHMARK_F(BenchmarkStringTest, test_strtrim_01)(benchmark::State& state) in BENCHMARK_F() 195 BENCHMARK_F(BenchmarkStringTest, test_strtrim_02)(benchmark::State& state) in BENCHMARK_F() 215 BENCHMARK_F(BenchmarkStringTest, test_strsplit_01)(benchmark::State [all...] |
/commonlibrary/c_utils/base/test/benchmarktest/file_benchmark_test/ |
H A D | file_benchmark_test.cpp | 40 void SetUp(const ::benchmark::State& state) override 44 void TearDown(const ::benchmark::State& state) override 79 void LoadString(string& filename, string& content, benchmark::State& state) in LoadString() 93 void SaveString(string& filename, string& content, benchmark::State& state) in SaveString() 115 BENCHMARK_F(BenchmarkFileTest, testLoadStringFromFile001)(benchmark::State& state) in BENCHMARK_F() 142 BENCHMARK_F(BenchmarkFileTest, testLoadStringFromFile002)(benchmark::State& state) in BENCHMARK_F() 159 BENCHMARK_F(BenchmarkFileTest, testLoadStringFromFile003)(benchmark::State& state) in BENCHMARK_F() 179 BENCHMARK_F(BenchmarkFileTest, testLoadStringFromFile004)(benchmark::State& state) in BENCHMARK_F() 199 BENCHMARK_F(BenchmarkFileTest, testLoadStringFromFile005)(benchmark::State& state) in BENCHMARK_F() 219 BENCHMARK_F(BenchmarkFileTest, testLoadStringFromFile006)(benchmark::State [all...] |
/commonlibrary/c_utils/base/test/benchmarktest/unique_fd_benchmark_test/ |
H A D | unique_fd_benchmark_test.cpp | 42 void SetUp(const ::benchmark::State& state) override 51 void TearDown(::benchmark::State& state) override 70 BENCHMARK_F(BenchmarkUniqueFd, testUtilsUniqueFd)(benchmark::State& state) in BENCHMARK_F() 83 BENCHMARK_F(BenchmarkUniqueFd, testUtilsUniqueCtroFromInt)(benchmark::State& state) in BENCHMARK_F() 94 BENCHMARK_F(BenchmarkUniqueFd, testUtilsUniqueFdeqcompare)(benchmark::State& state) in BENCHMARK_F() 106 BENCHMARK_F(BenchmarkUniqueFd, testUtilsUniqueFdeqcompareNl)(benchmark::State& state) in BENCHMARK_F() 118 BENCHMARK_F(BenchmarkUniqueFd, testUtilsUniqueFdeqcompareBg)(benchmark::State& state) in BENCHMARK_F() 130 BENCHMARK_F(BenchmarkUniqueFd, testUtilsUniqueFdeqcompareNb)(benchmark::State& state) in BENCHMARK_F() 142 BENCHMARK_F(BenchmarkUniqueFd, testUtilsUniqueFdeqcompareLess)(benchmark::State& state) in BENCHMARK_F() 154 BENCHMARK_F(BenchmarkUniqueFd, testUtilsUniqueFdeqcompareNeq)(benchmark::State [all...] |
/commonlibrary/c_utils/base/test/benchmarktest/datatime_benchmark_test/ |
H A D | datatime_benchmark_test.cpp | 29 void SetUp(const ::benchmark::State& state) override 33 void TearDown(const ::benchmark::State& state) override 57 BENCHMARK_F(BenchmarkDateTimeTest, testTimecover001)(benchmark::State& state) in BENCHMARK_F() 92 BENCHMARK_F(BenchmarkDateTimeTest, testTime001)(benchmark::State& state) in BENCHMARK_F() 127 BENCHMARK_F(BenchmarkDateTimeTest, testTime002)(benchmark::State& state) in BENCHMARK_F() 145 BENCHMARK_F(BenchmarkDateTimeTest, testTime003)(benchmark::State& state) in BENCHMARK_F() 166 BENCHMARK_F(BenchmarkDateTimeTest, testTime004)(benchmark::State& state) in BENCHMARK_F() 181 BENCHMARK_F(BenchmarkDateTimeTest, testGetTickCount001)(benchmark::State& state) in BENCHMARK_F() 198 BENCHMARK_F(BenchmarkDateTimeTest, testGetMicroTickCount001)(benchmark::State& state) in BENCHMARK_F()
|
/commonlibrary/c_utils/base/test/benchmarktest/singleton_benchmark_test/ |
H A D | singleton_benchmark_test.cpp | 33 void SetUp(const ::benchmark::State& state) override 37 void TearDown(const ::benchmark::State& state) override 122 BENCHMARK_F(BenchmarkSingletonTest, test_DelayedSingletonDeclearTest)(benchmark::State& state) in BENCHMARK_F() 140 BENCHMARK_F(BenchmarkSingletonTest, test_SingletonDeclearTest)(benchmark::State& state) in BENCHMARK_F() 152 BENCHMARK_F(BenchmarkSingletonTest, test_SingletonTest)(benchmark::State& state) in BENCHMARK_F() 164 BENCHMARK_F(BenchmarkSingletonTest, test_DelayedSingletonTest)(benchmark::State& state) in BENCHMARK_F() 182 BENCHMARK_F(BenchmarkSingletonTest, test_DelayedRefSingletonTest)(benchmark::State& state) in BENCHMARK_F() 194 BENCHMARK_F(BenchmarkSingletonTest, test_DelayedRefSingletonDeclearTest)(benchmark::State& state) in BENCHMARK_F() 211 BENCHMARK_F(BenchmarkSingletonTest, test_DelayedSingletonDestroyTest)(benchmark::State& state) in BENCHMARK_F()
|
/commonlibrary/c_utils/base/test/benchmarktest/sorted_vector_benchmark_test/ |
H A D | sorted_vector_benchmark_test.cpp | 38 void SetUp(const ::benchmark::State& state) override 42 void TearDown(const ::benchmark::State& state) override 60 BENCHMARK_F(BenchmarkSortedVector, testDefaultConsAndAddAndSort)(benchmark::State& state) in BENCHMARK_F() 83 BENCHMARK_F(BenchmarkSortedVector, testConsFromSortedAllowDup)(benchmark::State& state) in BENCHMARK_F() 122 BENCHMARK_F(BenchmarkSortedVector, testConsFromSortedNotAllowDuplicate)(benchmark::State& state) in BENCHMARK_F() 143 BENCHMARK_F(BenchmarkSortedVector, testConsFromSortedNotAllowToAlloworNotAllow)(benchmark::State& state) in BENCHMARK_F() 181 BENCHMARK_F(BenchmarkSortedVector, testoperatoreq)(benchmark::State& state) in BENCHMARK_F() 205 BENCHMARK_F(BenchmarkSortedVector, testOperatorEqAllowToNotAllow)(benchmark::State& state) in BENCHMARK_F() 226 BENCHMARK_F(BenchmarkSortedVector, testOperatorEqNotAllowToAllowOrNotAllow)(benchmark::State& state) in BENCHMARK_F() 261 BENCHMARK_F(BenchmarkSortedVector, testOperatorEqAssignmentTwice)(benchmark::State [all...] |
/commonlibrary/c_utils/base/test/benchmarktest/timer_benchmark_test/ |
H A D | timer_benchmark_test.cpp | 43 void SetUp(const ::benchmark::State& state) override 47 void TearDown(const ::benchmark::State& state) override 81 BENCHMARK_F(BenchmarkTimerTest, testTimer002)(benchmark::State& state) in BENCHMARK_F() 102 BENCHMARK_F(BenchmarkTimerTest, testTimer003)(benchmark::State& state) in BENCHMARK_F() 125 BENCHMARK_F(BenchmarkTimerTest, testTimer004)(benchmark::State& state) in BENCHMARK_F() 183 BENCHMARK_F(BenchmarkTimerTest, testTimer006)(benchmark::State& state) in BENCHMARK_F() 201 BENCHMARK_F(BenchmarkTimerTest, testTimer007)(benchmark::State& state) in BENCHMARK_F() 227 BENCHMARK_F(BenchmarkTimerTest, testTimer008)(benchmark::State& state) in BENCHMARK_F() 289 BENCHMARK_F(BenchmarkTimerTest, testTimer009)(benchmark::State& state) in BENCHMARK_F() 315 BENCHMARK_F(BenchmarkTimerTest, testTimer010)(benchmark::State [all...] |
/commonlibrary/c_utils/base/test/benchmarktest/refbase_benchmark_test/ |
H A D | refbase_benchmark_test.cpp | 46 void SetUp(const ::benchmark::State &state) override 50 void TearDown(const ::benchmark::State &state) override 507 BENCHMARK_F(BenchmarkRefbaseTest, testRefbaseOperateThreads001)(benchmark::State &state) in BENCHMARK_F() 536 BENCHMARK_F(BenchmarkRefbaseTest, testRefbaseOperate001)(benchmark::State& state) in BENCHMARK_F() 569 BENCHMARK_F(BenchmarkRefbaseTest, testRefbaseOperateLeftValue001)(benchmark::State& state) in BENCHMARK_F() 599 BENCHMARK_F(BenchmarkRefbaseTest, testRefbaseOperateRightValue001)(benchmark::State& state) in BENCHMARK_F() 629 BENCHMARK_F(BenchmarkRefbaseTest, testRefbaseAcquire001)(benchmark::State& state) in BENCHMARK_F() 660 BENCHMARK_F(BenchmarkRefbaseTest, testSptrefbase001)(benchmark::State& state) in BENCHMARK_F() 685 BENCHMARK_F(BenchmarkRefbaseTest, testSptrefbaseRealease001)(benchmark::State& state) in BENCHMARK_F() 703 BENCHMARK_F(BenchmarkRefbaseTest, testSptrefbaseRealease002)(benchmark::State [all...] |
/commonlibrary/c_utils/base/test/benchmarktest/thread_pool_benchmark_test/ |
H A D | thread_pool_benchmark_test.cpp | 37 void SetUp(const ::benchmark::State& state) override 41 void TearDown(const ::benchmark::State& state) override 59 BENCHMARK_F(BenchmarkThreadPoolTest, test_01)(benchmark::State& state) in BENCHMARK_F() 78 BENCHMARK_F(BenchmarkThreadPoolTest, test_02)(benchmark::State& state) in BENCHMARK_F() 98 BENCHMARK_F(BenchmarkThreadPoolTest, test_03)(benchmark::State& state) in BENCHMARK_F() 119 BENCHMARK_F(BenchmarkThreadPoolTest, test_04)(benchmark::State& state) in BENCHMARK_F() 167 BENCHMARK_F(BenchmarkThreadPoolTest, test_05)(benchmark::State& state) in BENCHMARK_F() 203 BENCHMARK_F(BenchmarkThreadPoolTest, test_06)(benchmark::State& state) in BENCHMARK_F() 260 BENCHMARK_F(BenchmarkThreadPoolTest, test_07)(benchmark::State& state) in BENCHMARK_F() 303 BENCHMARK_F(BenchmarkThreadPoolTest, test_08)(benchmark::State [all...] |
/commonlibrary/c_utils/base/test/benchmarktest/ashemem_benchmark_test/ |
H A D | ashemem_benchmark_test.cpp | 50 void SetUp(const ::benchmark::State& state) override 54 void TearDown(const ::benchmark::State& state) override 71 BENCHMARK_F(BenchmarkAshmemTest, test_ashmem_WriteAndRead_001)(benchmark::State& state) in BENCHMARK_F() 94 BENCHMARK_F(BenchmarkAshmemTest, test_ashmem_WriteAndRead_002)(benchmark::State& state) in BENCHMARK_F() 135 BENCHMARK_F(BenchmarkAshmemTest, test_ashmem_WriteAndRead_003)(benchmark::State& state) in BENCHMARK_F() 174 BENCHMARK_F(BenchmarkAshmemTest, test_ashmem_WriteAndRead_004)(benchmark::State& state) in BENCHMARK_F() 216 BENCHMARK_F(BenchmarkAshmemTest, test_ashmem_WriteAndRead_005)(benchmark::State& state) in BENCHMARK_F() 254 BENCHMARK_F(BenchmarkAshmemTest, test_ashmem_InvalidOperation_001)(benchmark::State& state) in BENCHMARK_F() 277 BENCHMARK_F(BenchmarkAshmemTest, test_ashmem_InvalidOperation_002)(benchmark::State& state) in BENCHMARK_F() 297 BENCHMARK_F(BenchmarkAshmemTest, test_ashmem_InvalidOperation_003)(benchmark::State [all...] |
/commonlibrary/c_utils/base/test/benchmarktest/parcel_benchmark_test/ |
H A D | parcel_benchmark_test.cpp | 48 void SetUp(const ::benchmark::State& state) override 52 void TearDown(const ::benchmark::State& state) override 126 void WriteTestData(Parcel &parcel, const struct TestData &data, benchmark::State& state) in WriteTestData() 152 void WriteUnalignedTestData(Parcel &parcel, const struct TestData &data, benchmark::State& state) in WriteUnalignedTestData() 172 void ReadTestData(Parcel &parcel, const struct TestData &data, benchmark::State& state) in ReadTestData() 197 void ReadUnalignedTestData(Parcel &parcel, const struct TestData &data, benchmark::State& state) in ReadUnalignedTestData() 224 void ReadTestDataWithTarget(Parcel &parcel, const struct TestData &data, benchmark::State& state) in ReadTestDataWithTarget() 287 bool CopyOldParcelToNewParcel(Parcel &oldParcel, Parcel &newParcel, benchmark::State& state) in CopyOldParcelToNewParcel() 308 BENCHMARK_F(BenchmarkParcelTest, test_parcel_001)(benchmark::State& state) in BENCHMARK_F() 334 BENCHMARK_F(BenchmarkParcelTest, test_parcel_readvec_001)(benchmark::State [all...] |
/commonlibrary/c_utils/base/test/benchmarktest/observer_benchmark_test/ |
H A D | observer_benchmark_test.cpp | 30 void SetUp(const ::benchmark::State& state) override 34 void TearDown(const ::benchmark::State& state) override 106 BENCHMARK_F(BenchmarkObserverTest, test_Observer)(benchmark::State& state) in BENCHMARK_F() 123 shared_ptr<BookObserver>& bookObserver3, benchmark::State& state) in AddObservers() 138 BENCHMARK_F(BenchmarkObserverTest, test_ObserverNotify)(benchmark::State& state) in BENCHMARK_F() 170 BENCHMARK_F(BenchmarkObserverTest, test_RemoveAllObserver)(benchmark::State& state) in BENCHMARK_F()
|
/commonlibrary/c_utils/base/test/benchmarktest/rwlock_benchmark_test/ |
H A D | rwlock_benchmark_test.cpp | 29 void SetUp(const ::benchmark::State& state) override 33 void TearDown(const ::benchmark::State& state) override 97 BENCHMARK_F(BenchmarkRWLockTest, testRWLock001)(benchmark::State& state) in BENCHMARK_F() 133 BENCHMARK_F(BenchmarkRWLockTest, testRWLock002)(benchmark::State& state) in BENCHMARK_F() 165 BENCHMARK_F(BenchmarkRWLockTest, testRWLockDefaultConstructor001)(benchmark::State& state) in BENCHMARK_F() 196 BENCHMARK_F(BenchmarkRWLockTest, testUniqueWriteGuardScope001)(benchmark::State& state) in BENCHMARK_F() 220 BENCHMARK_F(BenchmarkRWLockTest, testUniqueReadGuardScope001)(benchmark::State& state) in BENCHMARK_F()
|
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/ |
H A D | schedule_io.rs | 298 state: State, 303 enum State { enum 313 state: State::Init, 327 state: &mut State, in poll_init() 339 *state = State::Done; in poll_init() 357 *state = State::Done; in poll_init() 369 *state = State::Waiting; in poll_init() 376 state: &mut State, in set_waker() 385 *state = State::Done; in set_waker() 387 // We set a waker to this waiter in State in set_waker() [all...] |
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/ |
H A D | addr.rs | 50 fn to_socket_addrs(&self) -> State<Self::Iter>; in to_socket_addrs() 54 pub enum State<I> { enum 60 impl<I: Iterator<Item = SocketAddr>> Future for State<I> { 66 match mem::replace(this, State::Done) { 67 State::Block(mut task) => { 70 *this = State::Block(task); 74 State::Ready(res) => Poll::Ready(res), 75 State::Done => unreachable!("cannot poll a completed future"), 80 impl<I> Unpin for State<I> {} 85 fn to_socket_addrs(&self) -> State<Sel [all...] |
/commonlibrary/c_utils/base/test/benchmarktest/safe_block_queue_benchmark_test/ |
H A D | safe_block_queue_benchmark_test.cpp | 33 void SetUp(const ::benchmark::State& state) override 37 void TearDown(const ::benchmark::State& state) override 140 static void QueuePushFullEquivalent(const int Equivalent, benchmark::State& state) in QueuePushFullEquivalent() 160 BENCHMARK_F(BenchmarkSafeBlockQueue, testPut001)(benchmark::State& state) in BENCHMARK_F() 178 BENCHMARK_F(BenchmarkSafeBlockQueue, testGet001)(benchmark::State& state) in BENCHMARK_F() 198 benchmark::State& state) 237 BENCHMARK_F(BenchmarkSafeBlockQueue, testMutilthreadPutAndBlock001)(benchmark::State& state) in BENCHMARK_F() 258 BENCHMARK_F(BenchmarkSafeBlockQueue, testMutilthreadConcurrentPutAndBlockInblankqueue001)(benchmark::State& state) in BENCHMARK_F() 283 BENCHMARK_F(BenchmarkSafeBlockQueue, testMutilthreadConcurrentPutAndBlockInfullqueue001)(benchmark::State& state) in BENCHMARK_F() 336 BENCHMARK_F(BenchmarkSafeBlockQueue, testMutilthreadConcurrentGetAndBlockInblankqueue001)(benchmark::State [all...] |
/commonlibrary/c_utils/base/test/benchmarktest/safe_map_benchmark_test/ |
H A D | safe_map_benchmark_test.cpp | 33 void SetUp(const ::benchmark::State& state) override 37 void TearDown(const ::benchmark::State& state) override 66 BENCHMARK_F(BenchmarkSafeMap, testUtilsCopyAndAssign001)(benchmark::State& state) in BENCHMARK_F() 94 BENCHMARK_F(BenchmarkSafeMap, testUtilsoperator001)(benchmark::State& state) in BENCHMARK_F() 135 BENCHMARK_F(BenchmarkSafeMap, testUtilsNormalFeatureInsert001)(benchmark::State& state) in BENCHMARK_F() 159 BENCHMARK_F(BenchmarkSafeMap, testUtilsNormalFeatureEnsureInsert001)(benchmark::State& state) in BENCHMARK_F() 184 BENCHMARK_F(BenchmarkSafeMap, testUtilsNormalFeatureFind001)(benchmark::State& state) in BENCHMARK_F() 215 BENCHMARK_F(BenchmarkSafeMap, testUtilsNormalFeatureFindAndSet001)(benchmark::State& state) in BENCHMARK_F() 257 BENCHMARK_F(BenchmarkSafeMap, testUtilsNormalFeatureEraseAndClear001)(benchmark::State& state) in BENCHMARK_F() 286 BENCHMARK_F(BenchmarkSafeMap, testUtilsNormalFeatureIterate001)(benchmark::State [all...] |
/commonlibrary/c_utils/base/test/benchmarktest/thread_benchmark_test/ |
H A D | thread_benchmark_test.cpp | 32 void SetUp(const ::benchmark::State& state) override 36 void TearDown(const ::benchmark::State& state) override 143 BENCHMARK_F(BenchmarkThreadTest, testThread001)(benchmark::State& state) in BENCHMARK_F() 183 BENCHMARK_F(BenchmarkThreadTest, testThread002)(benchmark::State& state) in BENCHMARK_F() 219 static void ThreadTestProcedure(std::unique_ptr<TestThread>& test, const int expectedDataValue, benchmark::State& state) in ThreadTestProcedure() 247 BENCHMARK_F(BenchmarkThreadTest, testThread003)(benchmark::State& state) in BENCHMARK_F() 267 BENCHMARK_F(BenchmarkThreadTest, testThread004)(benchmark::State& state) in BENCHMARK_F() 307 BENCHMARK_F(BenchmarkThreadTest, testThread005)(benchmark::State& state) in BENCHMARK_F() 327 BENCHMARK_F(BenchmarkThreadTest, testThread006)(benchmark::State& state) in BENCHMARK_F() 371 BENCHMARK_F(BenchmarkThreadTest, testThread007)(benchmark::State [all...] |
/commonlibrary/c_utils/base/test/benchmarktest/event_benchmark_test/ |
H A D | event_benchmark_test.cpp | 55 void SetUp(const ::benchmark::State& state) override 59 void TearDown(const ::benchmark::State& state) override 102 void SetFdAndCallback(std::shared_ptr<IOEventHandler>& handler, benchmark::State& state) in SetFdAndCallback() 120 BENCHMARK_F(BenchmarkEventTest, testIOEventHandler001)(benchmark::State& state) in BENCHMARK_F() 164 BENCHMARK_F(BenchmarkEventTest, testIOEventHandler002)(benchmark::State& state) in BENCHMARK_F() 210 benchmark::State& state) in AddHandler() 224 benchmark::State& state) in RemoveHandler() 238 benchmark::State& state) in UpdateHandler() 255 BENCHMARK_F(BenchmarkEventTest, testIOEventReactor001)(benchmark::State& state) in BENCHMARK_F() 319 BENCHMARK_F(BenchmarkEventTest, testIOEventReactor002)(benchmark::State [all...] |