MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / test

Method test

extern/libcds/test/stress/queue/push_pop.cpp:274–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272
273 template <class Queue>
274 void test( Queue& q )
275 {
276 test_queue( q );
277 analyze( q );
278 propout() << q.statistics();
279 }
280
281 private:
282 static void set_array_size( size_t size ) {

Callers

nothing calls this directly

Calls 2

analyzeFunction · 0.85
statisticsMethod · 0.45

Tested by

no test coverage detected