forked from cs371pc-fall-2016/netflix-tests
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfb5636-TestNetflix.out
77 lines (76 loc) · 3.17 KB
/
fb5636-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
==16942== Memcheck, a memory error detector
==16942== Copyright (C) 2002-2013, and GNU GPL'd, by Julian Seward et al.
==16942== Using Valgrind-3.10.1 and LibVEX; rerun with -h for copyright info
==16942== Command: ./TestNetflix
==16942==
Running main() from gtest_main.cc
[==========] Running 24 tests from 1 test case.
[----------] Global test environment set-up.
[----------] 24 tests from NetflixFixture
[ RUN ] NetflixFixture.read_int
[ OK ] NetflixFixture.read_int (33 ms)
[ RUN ] NetflixFixture.read_int_2
[ OK ] NetflixFixture.read_int_2 (6 ms)
[ RUN ] NetflixFixture.read_int_3
[ OK ] NetflixFixture.read_int_3 (6 ms)
[ RUN ] NetflixFixture.read_double
[ OK ] NetflixFixture.read_double (17 ms)
[ RUN ] NetflixFixture.read_double_2
[ OK ] NetflixFixture.read_double_2 (6 ms)
[ RUN ] NetflixFixture.read_double_3
[ OK ] NetflixFixture.read_double_3 (5 ms)
[ RUN ] NetflixFixture.print
[ OK ] NetflixFixture.print (7 ms)
[ RUN ] NetflixFixture.print_2
[ OK ] NetflixFixture.print_2 (3 ms)
[ RUN ] NetflixFixture.print_3
[ OK ] NetflixFixture.print_3 (3 ms)
[ RUN ] NetflixFixture.predict
[ OK ] NetflixFixture.predict (2 ms)
[ RUN ] NetflixFixture.predict_2
[ OK ] NetflixFixture.predict_2 (1 ms)
[ RUN ] NetflixFixture.predict_3
[ OK ] NetflixFixture.predict_3 (1 ms)
[ RUN ] NetflixFixture.update_sum
[ OK ] NetflixFixture.update_sum (2 ms)
[ RUN ] NetflixFixture.update_sum_2
[ OK ] NetflixFixture.update_sum_2 (2 ms)
[ RUN ] NetflixFixture.update_sum_3
[ OK ] NetflixFixture.update_sum_3 (1 ms)
[ RUN ] NetflixFixture.calculate_RMSE
[ OK ] NetflixFixture.calculate_RMSE (2 ms)
[ RUN ] NetflixFixture.calculate_RMSE_2
[ OK ] NetflixFixture.calculate_RMSE_2 (2 ms)
[ RUN ] NetflixFixture.calculate_RMSE_3
[ OK ] NetflixFixture.calculate_RMSE_3 (1 ms)
[ RUN ] NetflixFixture.create_map
[ OK ] NetflixFixture.create_map (16 ms)
[ RUN ] NetflixFixture.create_map_2
[ OK ] NetflixFixture.create_map_2 (8 ms)
[ RUN ] NetflixFixture.create_map_3
[ OK ] NetflixFixture.create_map_3 (4 ms)
[ RUN ] NetflixFixture.create_map_4
[ OK ] NetflixFixture.create_map_4 (4 ms)
[ RUN ] NetflixFixture.netflix_solve
[ OK ] NetflixFixture.netflix_solve (43 ms)
[ RUN ] NetflixFixture.netflix_solve_2
[ OK ] NetflixFixture.netflix_solve_2 (10 ms)
[----------] 24 tests from NetflixFixture (192 ms total)
[----------] Global test environment tear-down
[==========] 24 tests from 1 test case ran. (218 ms total)
[ PASSED ] 24 tests.
==16942==
==16942== HEAP SUMMARY:
==16942== in use at exit: 0 bytes in 0 blocks
==16942== total heap usage: 702 allocs, 702 frees, 367,397 bytes allocated
==16942==
==16942== All heap blocks were freed -- no leaks are possible
==16942==
==16942== For counts of detected and suppressed errors, rerun with: -v
==16942== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
File 'Netflix.c++'
Lines executed:96.49% of 57
Branches executed:94.87% of 78
Taken at least once:55.13% of 78
Calls executed:80.00% of 65
Creating 'Netflix.c++.gcov'