Skip to content

Commit

Permalink
Add cmdline to header
Browse files Browse the repository at this point in the history
  • Loading branch information
tfiedor committed May 20, 2024
1 parent 67749eb commit 1fd5cc2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions perun/utils/common/diff_kit.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,11 @@ def generate_header(profile: Profile) -> list[tuple[str, Any, str]]:
machine_info.get("release", "?"),
"The underlying kernel version, where the results were measured.",
),
(
"boot info",
machine_info.get("boot_info", "?"),
"The contents of `/proc/cmdline` containing boot information about kernel",
),
("host", machine_info["host"], "The hostname, where the results were measured."),
(
"cpu (total)",
Expand Down

0 comments on commit 1fd5cc2

Please sign in to comment.