forked from cs371pc-fall-2016/netflix-tests
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathds42833-TestNetflix.out
51 lines (50 loc) · 1.94 KB
/
ds42833-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
==20523== Memcheck, a memory error detector
==20523== Copyright (C) 2002-2013, and GNU GPL'd, by Julian Seward et al.
==20523== Using Valgrind-3.10.1 and LibVEX; rerun with -h for copyright info
==20523== Command: ./TestNetflix
==20523==
Running main() from gtest_main.cc
[==========] Running 21 tests from 1 test case.
[----------] Global test environment set-up.
[----------] 21 tests from NetflixFixture
[ RUN ] NetflixFixture.read1
[ OK ] NetflixFixture.read1 (13 ms)
[ RUN ] NetflixFixture.read2
[ OK ] NetflixFixture.read2 (3 ms)
[ RUN ] NetflixFixture.read3
[ OK ] NetflixFixture.read3 (4 ms)
[ RUN ] NetflixFixture.read4
[ OK ] NetflixFixture.read4 (4 ms)
[ RUN ] NetflixFixture.print1
[ OK ] NetflixFixture.print1 (2 ms)
[ RUN ] NetflixFixture.print2
[ OK ] NetflixFixture.print2 (2 ms)
[ RUN ] NetflixFixture.print3
[ OK ] NetflixFixture.print3 (2 ms)
[ RUN ] NetflixFixture.print4
[ OK ] NetflixFixture.print4 (2 ms)
[ RUN ] NetflixFixture.rmse1
[ OK ] NetflixFixture.rmse1 (5 ms)
[ RUN ] NetflixFixture.rmse2
[ OK ] NetflixFixture.rmse2 (2 ms)
[ RUN ] NetflixFixture.rmse3
[ OK ] NetflixFixture.rmse3 (2 ms)
[----------] 10 tests from NetflixFixture (149 ms total)
[----------] Global test environment tear-down
[==========] 10 tests from 1 test case ran. (173 ms total)
[ PASSED ] 10 tests.
==20523==
==20523== HEAP SUMMARY:
==20523== in use at exit: 0 bytes in 0 blocks
==20523== total heap usage: 585 allocs, 585 frees, 167,433 bytes allocated
==20523==
==20523== All heap blocks were freed -- no leaks are possible
==20523==
==20523== For counts of detected and suppressed errors, rerun with: -v
==20523== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
File 'Netflix.c++'
Lines executed:29.41% of 68
Branches executed:14.89% of 94
Taken at least once:8.51% of 94
Calls executed:18.18% of 66
Creating 'Netflix.c++.gcov'