diff options
Diffstat (limited to 'tests/fifo.lua')
-rw-r--r-- | tests/fifo.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fifo.lua b/tests/fifo.lua index 3d6e140..498f540 100644 --- a/tests/fifo.lua +++ b/tests/fifo.lua | |||
@@ -52,7 +52,7 @@ for key,count in pairs(fifo_linda:count(A.channel, B.channel)) do | |||
52 | print("channel " .. key .. " contains " .. count .. " entries.") | 52 | print("channel " .. key .. " contains " .. count .. " entries.") |
53 | -- print(i, key_count[1], key_count[2]) | 53 | -- print(i, key_count[1], key_count[2]) |
54 | end | 54 | end |
55 | print "Dumping linda stats.. [3]" -- count everything | 55 | print "Dumping linda stats.. [4]" -- count everything |
56 | for key,contents in pairs(fifo_linda:dump()) do | 56 | for key,contents in pairs(fifo_linda:dump()) do |
57 | print("channel " .. key .. ": limit=".. contents.limit, " first=" .. contents.first, " count=" .. contents.count) | 57 | print("channel " .. key .. ": limit=".. contents.limit, " first=" .. contents.first, " count=" .. contents.count) |
58 | for k,v in pairs(contents.fifo) do | 58 | for k,v in pairs(contents.fifo) do |