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

Method perform_test

dlib/test/array2d.cpp:567–575  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

565 {}
566
567 void perform_test (
568 )
569 {
570 dlog << LINFO << "testing kernel_1a";
571 array2d_kernel_test<array2d<unsigned long> >();
572 print_spinner();
573 test_serialization();
574 print_spinner();
575 }
576 } a;
577
578}

Callers

nothing calls this directly

Calls 2

print_spinnerFunction · 0.85
test_serializationFunction · 0.70

Tested by

no test coverage detected