codspeed 4.5.0

Core instrumentation library for CodSpeed
Documentation
1
2
3
4
5
6
7
8
9
TESTLIB_1.0 {
    global:
        test_lib_add;
};

TESTLIB_2.0 {
    global:
        test_lib_mul;
} TESTLIB_1.0;