blob: 273cef30d84a52ca95ab7a9fdc6a6931545425d1 (
plain)
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
|
QA output created by 388
interpolate 15, 1 seconds appart
=== std err ===
=== filtered valgrind report ===
Memcheck, a memory error detector
Command: src/interp0 -a src/interp -t 1 -s 15
LEAK SUMMARY:
definitely lost: 0 bytes in 0 blocks
indirectly lost: 0 bytes in 0 blocks
ERROR SUMMARY: 0 errors from 0 contexts ...
interpolate 15, 4 seconds appart
=== std err ===
=== filtered valgrind report ===
Memcheck, a memory error detector
Command: src/interp0 -a src/interp -t 4 -s 15
LEAK SUMMARY:
definitely lost: 0 bytes in 0 blocks
indirectly lost: 0 bytes in 0 blocks
ERROR SUMMARY: 0 errors from 0 contexts ...
interpolate 15, 5 seconds appart
=== std err ===
=== filtered valgrind report ===
Memcheck, a memory error detector
Command: src/interp0 -a src/interp -t 5 -s 15
LEAK SUMMARY:
definitely lost: 0 bytes in 0 blocks
indirectly lost: 0 bytes in 0 blocks
ERROR SUMMARY: 0 errors from 0 contexts ...
interpolate 10, 8 seconds appart
=== std err ===
=== filtered valgrind report ===
Memcheck, a memory error detector
Command: src/interp0 -a src/interp -t 8 -s 10
LEAK SUMMARY:
definitely lost: 0 bytes in 0 blocks
indirectly lost: 0 bytes in 0 blocks
ERROR SUMMARY: 0 errors from 0 contexts ...
interpolate 8, 10 seconds appart
=== std err ===
=== filtered valgrind report ===
Memcheck, a memory error detector
Command: src/interp0 -a src/interp -t 10 -s 8
LEAK SUMMARY:
definitely lost: 0 bytes in 0 blocks
indirectly lost: 0 bytes in 0 blocks
ERROR SUMMARY: 0 errors from 0 contexts ...
|