forked from cs371pc-fall-2016/netflix-tests
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathasn579-TestNetflix.out
80 lines (78 loc) · 3.23 KB
/
asn579-TestNetflix.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
==823== Memcheck, a memory error detector
==823== Copyright (C) 2002-2013, and GNU GPL'd, by Julian Seward et al.
==823== Using Valgrind-3.10.0 and LibVEX; rerun with -h for copyright info
==823== Command: ./TestNetflix
==823==
Running main() from gtest_main.cc
[==========] Running 21 tests from 2 test cases.
[----------] Global test environment set-up.
[----------] 18 tests from NetflixFixture
[ RUN ] NetflixFixture.read_1
[ OK ] NetflixFixture.read_1 (30 ms)
[ RUN ] NetflixFixture.read_2
[ OK ] NetflixFixture.read_2 (9 ms)
[ RUN ] NetflixFixture.read_3
[ OK ] NetflixFixture.read_3 (5 ms)
[ RUN ] NetflixFixture.print_movie_1
[ OK ] NetflixFixture.print_movie_1 (9 ms)
[ RUN ] NetflixFixture.print_movie_2
[ OK ] NetflixFixture.print_movie_2 (5 ms)
[ RUN ] NetflixFixture.print_movie_3
[ OK ] NetflixFixture.print_movie_3 (4 ms)
[ RUN ] NetflixFixture.print_rating_1
[ OK ] NetflixFixture.print_rating_1 (27 ms)
[ RUN ] NetflixFixture.print_rating_2
[ OK ] NetflixFixture.print_rating_2 (3 ms)
[ RUN ] NetflixFixture.print_rating_3
[ OK ] NetflixFixture.print_rating_3 (4 ms)
[ RUN ] NetflixFixture.print_RMSE_1
[ OK ] NetflixFixture.print_RMSE_1 (8 ms)
[ RUN ] NetflixFixture.print_RMSE_2
[ OK ] NetflixFixture.print_RMSE_2 (3 ms)
[ RUN ] NetflixFixture.print_RMSE_3
[ OK ] NetflixFixture.print_RMSE_3 (4 ms)
[ RUN ] NetflixFixture.eval_1
[ OK ] NetflixFixture.eval_1 (37 ms)
[ RUN ] NetflixFixture.eval_2
[ OK ] NetflixFixture.eval_2 (8 ms)
[ RUN ] NetflixFixture.eval_3
[ OK ] NetflixFixture.eval_3 (7 ms)
[ RUN ] NetflixFixture.solve_1
[ OK ] NetflixFixture.solve_1 (77 ms)
[ RUN ] NetflixFixture.solve_2
[ OK ] NetflixFixture.solve_2 (11 ms)
[ RUN ] NetflixFixture.solve_3
[ OK ] NetflixFixture.solve_3 (12 ms)
[----------] 18 tests from NetflixFixture (308 ms total)
[----------] 3 tests from NetflixFixturem
[ RUN ] NetflixFixturem.get_actual_1
[ OK ] NetflixFixturem.get_actual_1 (9 ms)
[ RUN ] NetflixFixturem.get_actual_2
[ OK ] NetflixFixturem.get_actual_2 (6 ms)
[ RUN ] NetflixFixturem.get_actual_3
[ OK ] NetflixFixturem.get_actual_3 (7 ms)
[----------] 3 tests from NetflixFixturem (28 ms total)
[----------] Global test environment tear-down
[==========] 21 tests from 2 test cases ran. (423 ms total)
[ PASSED ] 21 tests.
==823==
==823== HEAP SUMMARY:
==823== in use at exit: 72,704 bytes in 1 blocks
==823== total heap usage: 389 allocs, 388 frees, 158,863 bytes allocated
==823==
==823== LEAK SUMMARY:
==823== definitely lost: 0 bytes in 0 blocks
==823== indirectly lost: 0 bytes in 0 blocks
==823== possibly lost: 0 bytes in 0 blocks
==823== still reachable: 72,704 bytes in 1 blocks
==823== suppressed: 0 bytes in 0 blocks
==823== Rerun with --leak-check=full to see details of leaked memory
==823==
==823== For counts of detected and suppressed errors, rerun with: -v
==823== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
File 'Netflix.c++'
Lines executed:93.75% of 48
Branches executed:100.00% of 36
Taken at least once:58.33% of 36
Calls executed:86.44% of 59
Creating 'Netflix.c++.gcov'