Skip to content

Commit

Permalink
gProfiler 1.1.8 (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jongy authored Aug 5, 2021
1 parent 5b8c8de commit bebf900
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gprofiler/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# Copyright (c) Granulate. All rights reserved.
# Licensed under the AGPL3 License. See LICENSE.md in the project root for license information.
#
__version__ = "1.1.7"
__version__ = "1.1.8"
2 changes: 1 addition & 1 deletion gprofiler/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ def log_system_info() -> None:
logger.info(f"Kernel uname release: {system_info.kernel_release}")
logger.info(f"Kernel uname version: {system_info.kernel_version}")
logger.info(f"Total CPUs: {system_info.processors}")
logger.info(f"Total RAM: {system_info.memory_capacity_mb / (1 << 20):.2f} GB")
logger.info(f"Total RAM: {system_info.memory_capacity_mb / 1024:.2f} GB")
logger.info(f"Linux distribution: {system_info.os_name} | {system_info.os_release} | {system_info.os_codename}")
logger.info(f"libc version: {system_info.libc_type}-{system_info.libc_version}")
logger.info(f"Hostname: {system_info.hostname}")
Expand Down

0 comments on commit bebf900

Please sign in to comment.