Fixing Readme & File structure & Typos

Change-Id: I354b4e0e0448c3e8555d0b766b2c410c8049c2ff


[ROCm/rocprofiler commit: f308e36798]
This commit is contained in:
Ammar ELWazir
2023-05-31 15:41:49 +00:00
کامیت شده توسط Ammar Elwazir
والد a305118408
کامیت f033633c04
12فایلهای تغییر یافته به همراه170 افزوده شده و 450 حذف شده
@@ -41,9 +41,6 @@ std::string GetRunningPath(std::string string_to_erase) {
path.clear(); // reset path
path.append(real_path);
//std::cout << path << std::endl;
size_t pos = path.find(to_erase);
if (pos != std::string::npos) path.erase(pos, to_erase.length());
} else {