-
Notifications
You must be signed in to change notification settings - Fork 7
/
angerta-TestCollatz.out
51 lines (50 loc) · 1.8 KB
/
angerta-TestCollatz.out
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
==8184== Memcheck, a memory error detector
==8184== Copyright (C) 2002-2011, and GNU GPL'd, by Julian Seward et al.
==8184== Using Valgrind-3.7.0 and LibVEX; rerun with -h for copyright info
==8184== Command: TestCollatz
==8184==
Running main() from gtest_main.cc
[==========] Running 14 tests from 1 test case.
[----------] Global test environment set-up.
[----------] 14 tests from Collatz
[ RUN ] Collatz.read
[ OK ] Collatz.read (16 ms)
[ RUN ] Collatz.read_2
[ OK ] Collatz.read_2 (3 ms)
[ RUN ] Collatz.read_3
[ OK ] Collatz.read_3 (3 ms)
[ RUN ] Collatz.eval_1
[ OK ] Collatz.eval_1 (3 ms)
[ RUN ] Collatz.eval_2
[ OK ] Collatz.eval_2 (2 ms)
[ RUN ] Collatz.eval_3
[ OK ] Collatz.eval_3 (2 ms)
[ RUN ] Collatz.eval_4
[ OK ] Collatz.eval_4 (2 ms)
[ RUN ] Collatz.eval_5
[ OK ] Collatz.eval_5 (10 ms)
[ RUN ] Collatz.eval_6
[ OK ] Collatz.eval_6 (34 ms)
[ RUN ] Collatz.print
[ OK ] Collatz.print (9 ms)
[ RUN ] Collatz.print_2
[ OK ] Collatz.print_2 (2 ms)
[ RUN ] Collatz.solve
[ OK ] Collatz.solve (9 ms)
[ RUN ] Collatz.solve_2
[ OK ] Collatz.solve_2 (100 ms)
[ RUN ] Collatz.solve_3
[ OK ] Collatz.solve_3 (17 ms)
[----------] 14 tests from Collatz (225 ms total)
[----------] Global test environment tear-down
[==========] 14 tests from 1 test case ran. (252 ms total)
[ PASSED ] 14 tests.
==8184==
==8184== HEAP SUMMARY:
==8184== in use at exit: 0 bytes in 0 blocks
==8184== total heap usage: 740 allocs, 740 frees, 85,443 bytes allocated
==8184==
==8184== All heap blocks were freed -- no leaks are possible
==8184==
==8184== For counts of detected and suppressed errors, rerun with: -v
==8184== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 2 from 2)