Hoa Nguyen has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/33094 )

Change subject: base: Tag API methods in hostinfo.hh
......................................................................

base: Tag API methods in hostinfo.hh

Change-Id: I9a0d88863273f981f6757773b03bced35695c7bc
Signed-off-by: Hoa Nguyen <[email protected]>
---
M src/base/hostinfo.hh
1 file changed, 11 insertions(+), 0 deletions(-)



diff --git a/src/base/hostinfo.hh b/src/base/hostinfo.hh
index 5351cba..7cb1cdb 100644
--- a/src/base/hostinfo.hh
+++ b/src/base/hostinfo.hh
@@ -33,16 +33,27 @@

 #include "base/types.hh"

+/**
+ * @ingroup api_base_utils
+ */
 std::string __get_hostname();

+/**
+ * @ingroup api_base_utils
+ */
 std::string &hostname();

+/**
+ * @ingroup api_base_utils
+ */
 uint64_t procInfo(const char *filename, const char *target);

 /**
  * Determine the simulator process' total virtual memory usage.
  *
  * @return virtual memory usage in kilobytes
+ *
+ * @ingroup api_base_utils
  */
 uint64_t memUsage();


--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/33094
To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: I9a0d88863273f981f6757773b03bced35695c7bc
Gerrit-Change-Number: 33094
Gerrit-PatchSet: 1
Gerrit-Owner: Hoa Nguyen <[email protected]>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to