Hi All, I made some changes on gem5 source code in commit_impl.hh to collect the performance counters on a text file and I built the gem5 without any error. but I am not able to see the text file in the gem5 directory?
i used this code to write the data to the txt file. const char *path="/home/abdkhail/gem5/output/output.txt"; ofstream file(path); file << input; file.close(); Does anyone know how to dump the text file in gem5? any help would be appreciated. Thanks ________________________________ From: ABD ALRHMAN ABO ALKHEEL via gem5-users <gem5-users@gem5.org> Sent: Saturday, June 27, 2020 12:28 AM To: gem5 users mailing list <gem5-users@gem5.org>; gem5-users <gem5-users-boun...@gem5.org> Cc: ABD ALRHMAN ABO ALKHEEL <abdkeel...@hotmail.com> Subject: [gem5-users] dump the data in text file in gem5 Hi All, I made some changes on gem5 source code to collect the performance counters on a text file and I built the gem5 without any error. but I am not able to see the text file in the gem5 directory? Does anyone know how to dump the text file in gem5? any help would be appreciated. Thanks
_______________________________________________ gem5-users mailing list -- gem5-users@gem5.org To unsubscribe send an email to gem5-users-le...@gem5.org %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s