Skip to content

Commit c397166

Browse files
JulianJulian
authored andcommitted
stats: add file size
also one minor cosmetic change: comment the "coming soon" dummy page
1 parent 35587e7 commit c397166

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

stats.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,7 @@ local function add_file(s)
450450
{prefix="", suffix="", nl="", indent=o.prefix_sep,
451451
prefix_sep="", no_prefix_markup=true})
452452
end
453+
append_property(s, "file-size", {prefix="Size:"})
453454
end
454455

455456

@@ -588,7 +589,7 @@ curr_page = o.key_page_1
588589
pages = {
589590
[o.key_page_1] = { f = default_stats, desc = "Default" },
590591
[o.key_page_2] = { f = vo_stats, desc = "Extended Frame Timings" },
591-
[o.key_page_3] = { f = filter_stats, desc = "Dummy" },
592+
--[o.key_page_3] = { f = filter_stats, desc = "Dummy" },
592593
}
593594

594595

0 commit comments

Comments
 (0)