MCPcopy Create free account
hub / github.com/davisking/dlib / perform_test

Method perform_test

dlib/test/sliding_buffer.cpp:426–435  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

424 {}
425
426 void perform_test (
427 )
428 {
429 dlog << LINFO << "testing kernel_1a";
430 sliding_buffer_kernel_test<sliding_buffer<unsigned char>::kernel_1a> ();
431 dlog << LINFO << "testing kernel_1a_c";
432 sliding_buffer_kernel_test<sliding_buffer<unsigned char>::kernel_1a_c>();
433
434 test_circular_buffer();
435 }
436 } a;
437
438}

Callers

nothing calls this directly

Calls 1

test_circular_bufferFunction · 0.85

Tested by

no test coverage detected